3 implementations of IGetOffsetAndLength
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorShape.cs (3)
1310public readonly struct GetOffsetAndLengthForNInt : IGetOffsetAndLength<nint> 1330public readonly struct GetOffsetAndLengthForNIndex : IGetOffsetAndLength<NIndex> 1350public readonly struct GetOffsetAndLengthForNRange : IGetOffsetAndLength<NRange>
2 references to IGetOffsetAndLength
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorShape.cs (2)
1092where TGetOffsetAndLength : IGetOffsetAndLength<T> 1118where TGetOffsetAndLength : IGetOffsetAndLength<T>