Function tensorflow::ops::collective_bcast_send
source · pub fn collective_bcast_send<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CollectiveBcastSend::new().build(input, scope)
.