TensorSpan<T>.HasAnyDenseDimensions Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : boolPublic ReadOnly Property HasAnyDenseDimensions As BooleanProperty Value
true if this tensor has any dense dimensions; otherwise, false.