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