6 references to IsDense
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
37
public bool IsDense => _sliceShape.
IsDense
;
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
278
public bool IsDense => _shape.
IsDense
;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
106
public bool IsDense => _shape.
IsDense
;
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
34
public bool IsDense => _sliceShape.
IsDense
;
System\Numerics\Tensors\netcore\TensorShape.cs (1)
969
if (
IsDense
)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
179
public bool IsDense => _shape.
IsDense
;