pub fn collective_gather<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for CollectiveGather::new().build(input, scope).
CollectiveGather::new().build(input, scope)