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