3 implementations of
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
448
object? IReadOnlyTensor.
this
[params scoped ReadOnlySpan<nint> indexes] => this[indexes];
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
307
object? IReadOnlyTensor.
this
[params scoped ReadOnlySpan<nint> indexes] => this[indexes];
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
327
object? IReadOnlyTensor.
this
[params scoped ReadOnlySpan<nint> indexes] => this[indexes];
1 reference to
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\IReadOnlyTensor.cs (1)
22
/// <inheritdoc cref="
this
[ReadOnlySpan{nint}]" />