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