2 implementations of IsReadOnly
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
337bool ITensor.IsReadOnly => false;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
423bool ITensor.IsReadOnly => false;