Tensor<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.
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