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