pub fn collective_bcast_send_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    input: O0,
    group_size: O1,
    group_key: O2,
    instance_key: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for CollectiveBcastSendV2::new().build(input, group_size, group_key, instance_key, scope).