3 implementations of IGetOffsetAndLength
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorShape.cs (3)
1289public readonly struct GetOffsetAndLengthForNInt : IGetOffsetAndLength<nint> 1309public readonly struct GetOffsetAndLengthForNIndex : IGetOffsetAndLength<NIndex> 1329public readonly struct GetOffsetAndLengthForNRange : IGetOffsetAndLength<NRange>
3 references to IGetOffsetAndLength
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorShape.cs (3)
1000where TGetOffsetAndLength : IGetOffsetAndLength<T> 1048where TGetOffsetAndLength : IGetOffsetAndLength<T> 1108where TGetOffsetAndLength : IGetOffsetAndLength<T>