TensorStore
tensorstore::NormalizeDynamicDimSpecs
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
          • C Box
          • T DimensionSet
          • C IndexDomain
          • C IndexTransform
          • V IsIndexArray
          • C DimExpression
            • Methods
            • Related Types
              • T DimensionIndexBuffer
              • C DimensionIdentifier
              • C DimRangeSpec
              • T DynamicDimSpec
                • Related Functions
                  • F NormalizeDynamicDimSpec
                  • F NormalizeDynamicDimSpecs
              • C IsIndexVectorOrScalar
            • 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.