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