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