tensorflow::ops

Function reduce_join

Source
pub fn reduce_join<O0: Into<Output>, O1: Into<Output>>(
    inputs: O0,
    reduction_indices: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for ReduceJoin::new().build(inputs, reduction_indices, scope).