3 implementations of IGetOffsetAndLength
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorShape.cs (3)
1271public readonly struct GetOffsetAndLengthForNInt : IGetOffsetAndLength<nint> 1291public readonly struct GetOffsetAndLengthForNIndex : IGetOffsetAndLength<NIndex> 1311public readonly struct GetOffsetAndLengthForNRange : IGetOffsetAndLength<NRange>
3 references to IGetOffsetAndLength
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorShape.cs (3)
982where TGetOffsetAndLength : IGetOffsetAndLength<T> 1030where TGetOffsetAndLength : IGetOffsetAndLength<T> 1090where TGetOffsetAndLength : IGetOffsetAndLength<T>