TensorStore
tensorstore::ChunkLayout::ApplyIndexTransform[transform]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
          • C Schema
            • Methods
            • Types
            • Data members
            • Friend functions
            • Related Types
              • C ChunkLayout
                • Types
                • Methods
                • Friend functions
                  • F ApplyIndexTransform [transform]
                  • F ApplyInverseIndexTransform
                  • F ApplyIndexTransform [expr]
                  • F operator|
                • Data members
              • C CodecSpec
              • C Unit
              • T DimensionUnitsVector
          • C Spec
          • C TensorStore
        • Indexing
        • 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/chunk_layout.h"
    friend Result<ChunkLayout>
    tensorstore::ChunkLayout::ApplyIndexTransform(
        
    IndexTransformView<> transform,
        
    ChunkLayout output_constraints);

    Transforms a chunk layout for the output space of a transform to a corresponding chunk layout for the input space of the transform.