pub fn into_transpose<I, S, D>( tensor: TensorBase<S, D>, axes: I, ) -> TensorBase<S, D>where D: DimAPI, I: TryInto<AxesIndex<isize>, Error = Error>,