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