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

Shorthand for CollectiveBcastRecvV2::new().build(group_size, group_key, instance_key, shape, scope).