4 references to IsDense
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
306public bool IsDense => _shape.IsDense;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
151public bool IsDense => _shape.IsDense;
System\Numerics\Tensors\netcore\TensorShape.cs (1)
1074if (IsDense)
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
208public bool IsDense => _shape.IsDense;