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