Tensor<T>.HasAnyDenseDimensions Property

Definition

Gets a value that indicates whether the current tensor has any dimension span where IsDense is true.

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

Property Value

true if this tensor has any dense dimensions; otherwise, false.

Implements

Applies to