-
#include "tensorstore/chunk_layout.h" - absl::Status tensorstore::ChunkLayout::Finalize();
Validates and converts this layout into a precise chunk layout.
All dimensions of
grid_originmust be specified as hard constraints.Any write/read/codec chunk
GridView::shapesoft constraints arecleared.
Any unspecified dimensions of the read chunk shape are set from the write chunk shape.
Any write/read/codec chunk
GridView::aspect_ratioorGridView::elementsconstraints are cleared.