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