3 implementations of IGetOffsetAndLength
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorShape.cs (3)
1216public readonly struct GetOffsetAndLengthForNInt : IGetOffsetAndLength<nint> 1236public readonly struct GetOffsetAndLengthForNIndex : IGetOffsetAndLength<NIndex> 1256public readonly struct GetOffsetAndLengthForNRange : IGetOffsetAndLength<NRange>
2 references to IGetOffsetAndLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
987where TGetOffsetAndLength : IGetOffsetAndLength<T> 1035where TGetOffsetAndLength : IGetOffsetAndLength<T>