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