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