Function tensorflow::ops::collective_bcast_recv
source · pub fn collective_bcast_recv(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for CollectiveBcastRecv::new().build(scope)
.
pub fn collective_bcast_recv(scope: &mut Scope) -> Result<Operation>
Shorthand for CollectiveBcastRecv::new().build(scope)
.