Function tensorflow::eager::raw_ops::collective_bcast_recv_v2
source · pub fn collective_bcast_recv_v2<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
ctx: &'a Context,
group_size: &T0,
group_key: &T1,
instance_key: &T2,
shape: &T3
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for CollectiveBcastRecvV2::new().call(&ctx, &group_size, &group_key, &instance_key, &shape)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/CollectiveBcastRecvV2