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