pub fn into_slice<S, D, I>( tensor: TensorBase<S, D>, index: I, ) -> TensorBase<S, IxD>where D: DimAPI, I: TryInto<AxesIndex<Indexer>, Error = Error>,