Function tensorflow::ops::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).