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