pub fn collective_all_to_all_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 CollectiveAllToAllV3::new().build(input, communicator, group_assignment, scope).