Function tensorflow::ops::broadcast_args

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

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