pub fn broadcast_gradient_args<O0: Into<Output>, O1: Into<Output>>(
    s0: O0,
    s1: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BroadcastGradientArgs::new().build(s0, s1, scope).