TensorStore
tensorstore::Schema::chunk_layout
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
            • Methods
              • Frank
              • Fdtype
              • FOverride
              • Fdomain
              • FOverride [IndexDomain]
              • FSet
              • Fchunk_layout
              • Ffill_value
              • Fcodec
              • Fdimension_units
              • FSet [Schema]
              • FTransformInputSpaceSchema
            • Types
            • Data members
            • Friend functions
            • Related Types
          • 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/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.

    Back to top
    Previous tensorstore::Schema::Set
    Next tensorstore::Schema::fill_value