TensorStore
tensorstore::RankConstraint::Implies
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
            • Constructors
            • Data members
            • Conversion operators
            • Methods
            • Composition
            • Comparison
              • FImplies
              • FEqualOrUnspecified
              • FLessOrUnspecified
              • FLessEqualOrUnspecified
              • FGreaterOrUnspecified
              • FGreaterEqualOrUnspecified
            • Related Functions
          • CBox
          • TDimensionSet
          • CIndexDomain
          • CIndexTransform
          • VIsIndexArray
          • CDimExpression
          • Alignment
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/rank.h"
    static constexpr bool
    tensorstore::RankConstraint::Implies(DimensionIndex inner,
                                         
    DimensionIndex outer);

    Returns true if any rank satisfying inner also satisfies outer.

    Back to top
    Previous tensorstore::RankConstraint::Subtract
    Next tensorstore::RankConstraint::EqualOrUnspecified