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