tensorflow::ops

Function 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).