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\Tensor_1.cs (2)
359ref readonly T IReadOnlyTensor<Tensor<T>, T>.this[params ReadOnlySpan<NIndex> indexes] => ref this[indexes]; 376this[indexes] = (T)value!;
2 references to
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor_1.cs (2)
349object? IReadOnlyTensor.this[params scoped ReadOnlySpan<NIndex> indexes] => this[indexes]; 372get => this[indexes];