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