TensorStore
tensorstore::RankConstraint::FromInlineRank
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
            • Constructors
              • FRankConstraint [dynamic]
              • FRankConstraint [rank]
              • FFromInlineRank
            • Data members
            • Conversion operators
            • Methods
            • Composition
            • Comparison
            • 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 RankConstraint
    tensorstore::RankConstraint::FromInlineRank(InlineRank value);

    Constructs from an InlineRank value, ignoring the inline buffer size.

    Back to top
    Previous tensorstore::RankConstraint::RankConstraint[rank]
    Next tensorstore::RankConstraint::rank