TensorStore
tensorstore::WriteOptions::alignment_options
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
          • CTensorStore
            • Types
            • Data members
            • Constructors
            • Methods
            • Friend functions
            • Related Types
            • Related Functions
              • FModeCast
              • FWrite
                • Related Types
                  • CWriteProgress
                  • CWriteOptions
                    • Data members
                      • Valignment_options
                      • Vprogress_function
                      • Vsource_data_reference_restriction
                • Related Constants
              • FCopy
              • FCast
              • FOpen
            • I/O
            • Related Constants
        • 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/read_write_options.h"
    DomainAlignmentOptions tensorstore::WriteOptions::alignment_options =
       
     DomainAlignmentOptions::all;

    Constrains how the source array may be aligned to the target TensorStore.

    Back to top
    Previous tensorstore::WriteOptions
    Next tensorstore::WriteOptions::progress_function