Function tensorflow::ops::risc_reduce

source ·
pub fn risc_reduce<O0: Into<Output>, O1: Into<Output>>(
    tensor: O0,
    axis: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RiscReduce::new().build(tensor, axis, scope).