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