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