Function tensorflow::eager::raw_ops::collective_permute
source · pub fn collective_permute<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
input: &T0,
source_target_pairs: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for CollectivePermute::new().call(&ctx, &input, &source_target_pairs)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/CollectivePermute