TensorStore
tensorstore::NormalizeDynamicDimSpecs
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
          • CIndexTransform
          • VIsIndexArray
          • CDimExpression
            • Methods
            • Related Types
              • TDimensionIndexBuffer
              • CDimensionIdentifier
              • CDimRangeSpec
              • TDynamicDimSpec
                • Related Functions
                  • FNormalizeDynamicDimSpec
                  • FNormalizeDynamicDimSpecs
              • CIsIndexVectorOrScalar
            • Related Functions
          • 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/index_space/dimension_identifier.h"
    absl::Status tensorstore::NormalizeDynamicDimSpecs(
        
    span<const DynamicDimSpec> specs,
        
    span<const std::string> labels,
        
    DimensionIndexBuffer* result);

    Equivalent to calling NormalizeDynamicDimSpec(spec, labels, result) for each spec in specs.

    Back to top
    Previous tensorstore::NormalizeDynamicDimSpec
    Next tensorstore::IsIndexVectorOrScalar