TensorStore
tensorstore::RankConstraint::Implies
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • T Index
          • T DimensionIndex
          • C IndexInterval
          • C OptionallyImplicitIndexInterval
          • C IndexDomainDimension
          • T InlineRank
          • C RankConstraint
            • Constructors
            • Data members
            • Conversion operators
            • Methods
            • Composition
            • Comparison
              • F Implies
              • F EqualOrUnspecified
              • F LessOrUnspecified
              • F LessEqualOrUnspecified
              • F GreaterOrUnspecified
              • F GreaterEqualOrUnspecified
            • Related Functions
          • C Box
          • T DimensionSet
          • C IndexDomain
          • C IndexTransform
          • V IsIndexArray
          • C DimExpression
          • 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.