pub fn unravel_index<O0: Into<Output>, O1: Into<Output>>( indices: O0, dims: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for UnravelIndex::new().build(indices, dims, scope).
UnravelIndex::new().build(indices, dims, scope)