Implemented interface member:
method
Slice
System.Numerics.Tensors.IReadOnlyTensor<TSelf, T>.Slice(params System.ReadOnlySpan<nint>)
3 references to Slice
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
508
ReadOnlyTensorSpan<T> IReadOnlyTensor<ReadOnlyTensorSpan<T>, T>.AsReadOnlyTensorSpan(params scoped ReadOnlySpan<nint> startIndexes) =>
Slice
(startIndexes);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
140
public ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan(params scoped ReadOnlySpan<nint> startIndexes) => AsReadOnlyTensorSpan().
Slice
(startIndexes);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
221
public ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan(params scoped ReadOnlySpan<nint> startIndexes) => AsReadOnlyTensorSpan().
Slice
(startIndexes);