TensorStore
tensorstore::ChunkLayout::ApplyIndexTransform[expr]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
            • Methods
            • Types
            • Data members
            • Friend functions
            • Related Types
              • CChunkLayout
                • Types
                • Methods
                • Friend functions
                  • FApplyIndexTransform [transform]
                  • FApplyInverseIndexTransform
                  • FApplyIndexTransform [expr]
                  • Foperator|
                • Data members
              • CCodecSpec
              • CUnit
              • TDimensionUnitsVector
          • CSpec
          • CTensorStore
        • 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"
    template <typename Expr>
      
    requires (!IsIndexTransform<std::remove_cvref_t<Expr>>)
    friend Result<ChunkLayout>
    tensorstore::ChunkLayout::ApplyIndexTransform(
        
    Expr&& expr,
        
    ChunkLayout constraints);

    Transforms a ChunkLayout object by a DimExpression.

    Back to top
    Previous tensorstore::ChunkLayout::ApplyInverseIndexTransform
    Next tensorstore::ChunkLayout::operator|