Share via


Tensor<T>.HasAnyDenseDimensions Property

Definition

Determines if the current tensor has any dimension where GetDimensionSpan(int) will iterate through tensors that would have IsDense be true.

public:
 property bool HasAnyDenseDimensions { bool get(); };
public bool HasAnyDenseDimensions { get; }
member this.HasAnyDenseDimensions : bool
Public ReadOnly Property HasAnyDenseDimensions As Boolean

Property Value

Implements

Applies to