Function tensorflow::ops::bias_add_grad

source ·
pub fn bias_add_grad<O0: Into<Output>>(
    out_backprop: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BiasAddGrad::new().build(out_backprop, scope).