pub fn broadcast_gradient_args<O0: Into<Output>, O1: Into<Output>>( s0: O0, s1: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for BroadcastGradientArgs::new().build(s0, s1, scope).
BroadcastGradientArgs::new().build(s0, s1, scope)