Skip to content
TensorStore
tensorstore::ReadIntoNewArrayOptions
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
            • I/O
              • FResolveBounds
              • FResize
              • FRead [TensorStore, Array]
              • FRead [TensorStore]
                • Related Types
                  • CReadIntoNewArrayOptions
                    • Data members
                      • Vlayout_order
                      • Vprogress_function
                      • Vbatch
                  • CReadIntoNewArrayOptions
                    • Data members
                      • Vlayout_order
                      • Vprogress_function
                      • Vbatch
              • FGetStorageStatistics
            • 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
    • Data members
    #include "tensorstore/read_write_options.h"
    struct tensorstore::ReadIntoNewArrayOptions;

    Options for tensorstore::Read into new array.

    Data members¶

    ContiguousLayoutOrder layout_order = c_order;

    Specifies the layout order of the newly-allocated array. Defaults to c_order.

    ReadProgressFunction progress_function;

    Optional progress callback.

    Batch batch = {no_batch};

    Optional batch.

    Back to top
    Previous tensorstore::Read[TensorStore]
    Next tensorstore::ReadIntoNewArrayOptions::layout_order