TensorStore
tensorstore::Schema::chunk_layout
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
          • C Schema
            • Methods
              • F rank
              • F dtype
              • F Override
              • F domain
              • F Override [IndexDomain]
              • F Set
              • F chunk_layout
              • F fill_value
              • F codec
              • F dimension_units
              • F Set [Schema]
              • F TransformInputSpaceSchema
            • Types
            • Data members
            • Friend functions
            • Related Types
          • 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/schema.h"
    ChunkLayout tensorstore::Schema::chunk_layout() const;
    explicit tensorstore::Schema::operator ChunkLayout() const;
    template <typename Option>
      
    requires ChunkLayout::IsOption<Option>
    absl::Status tensorstore::Schema::Set(Option value);

    Specifies the data storage layout.

    If additional chunk layout constraints are specified when existing chunk layout constraints are set, they are merged.