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