-
#include "tensorstore/tensorstore.h"
-
Result<ChunkLayout>
tensorstore::TensorStore<ElementType, Rank, Mode>::chunk_layout()
const; Returns the storage layout of this TensorStore, which can be used to determine efficient read/write access patterns.
If the layout of the TensorStore cannot be described by a hierarchical regular grid, the returned chunk layout may be incomplete.