3 implementations of
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
511object? IReadOnlyTensor.this[params scoped ReadOnlySpan<nint> indexes] => this[indexes];
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
315object? IReadOnlyTensor.this[params scoped ReadOnlySpan<nint> indexes] => this[indexes];
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
388object? 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}]" />