TensorStore
tensorstore::InlineRankLimit
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
            • Related Functions
              • FIsValidInlineRank
              • FInlineRankLimit
          • CRankConstraint
          • 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"
    constexpr DimensionIndex
    tensorstore::InlineRankLimit(InlineRank rank_spec);

    Returns the inline rank limit of a rank spec.

    Back to top
    Previous tensorstore::IsValidInlineRank
    Next tensorstore::RankConstraint