9 references to Slice
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (3)
388
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNInt, nint>(startIndexes, out nint linearOffset);
398
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNIndex, NIndex>(startIndexes, out nint linearOffset);
408
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNRange, NRange>(ranges, out nint linearOffset);
System\Numerics\Tensors\netcore\Tensor_1.cs (3)
211
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNInt, nint>(startIndexes, out nint linearOffset);
226
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNIndex, NIndex>(startIndexes, out nint linearOffset);
241
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNRange, NRange>(ranges, out nint linearOffset);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (3)
284
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNInt, nint>(startIndexes, out nint linearOffset);
294
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNIndex, NIndex>(startIndexes, out nint linearOffset);
304
TensorShape shape = _shape.
Slice
<TensorShape.GetOffsetAndLengthForNRange, NRange>(ranges, out nint linearOffset);