pub fn risc_sort<O0: Into<Output>, O1: Into<Output>>( input: O0, axis: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RiscSort::new().build(input, axis, scope).
RiscSort::new().build(input, axis, scope)