Implemented interface member:
property
this
System.Numerics.Tensors.ITensor<TSelf, T>.this[params System.ReadOnlySpan<nint>]
2 writes to
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
335ref readonly T IReadOnlyTensor<TensorSpan<T>, T>.this[params scoped ReadOnlySpan<nint> indexes] => ref this[indexes]; 376this[indexes] = (T)value!;
3 references to
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
80/// <inheritdoc cref="TensorSpan{T}.this[ReadOnlySpan{nint}]" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
327object? IReadOnlyTensor.this[params scoped ReadOnlySpan<nint> indexes] => this[indexes]; 372get => this[indexes];