3 implementations of
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
446
object? IReadOnlyTensor.
this
[params scoped ReadOnlySpan<NIndex> indexes] => this[indexes];
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
305
object? IReadOnlyTensor.
this
[params scoped ReadOnlySpan<NIndex> indexes] => this[indexes];
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
325
object? IReadOnlyTensor.
this
[params scoped ReadOnlySpan<NIndex> indexes] => this[indexes];