tensorflow::ops

Function risc_sort

Source
pub fn risc_sort<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    axis: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for RiscSort::new().build(input, axis, scope).