pub fn broadcast_to<O0: Into<Output>, O1: Into<Output>>( input: O0, shape: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for BroadcastTo::new().build(input, shape, scope).
BroadcastTo::new().build(input, shape, scope)