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