pub fn reduce_join<O0: Into<Output>, O1: Into<Output>>( inputs: O0, reduction_indices: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ReduceJoin::new().build(inputs, reduction_indices, scope).
ReduceJoin::new().build(inputs, reduction_indices, scope)