-
#include "tensorstore/read_write_options.h" - struct tensorstore::ReadIntoNewArrayOptions;
Options for
tensorstore::Readinto 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.