Function tensorflow::ops::collective_gather
source · pub fn collective_gather<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for CollectiveGather::new().build(input, scope)
.