-
#include "tensorstore/chunk_layout.h"
-
explicit tensorstore::ChunkLayout::GridView::GridView(
ChunkShapeBase shape,
ChunkAspectRatioBase aspect_ratio,
ChunkElementsBase elements); -
explicit tensorstore::ChunkLayout::GridView::GridView(
ChunkShapeBase shape); -
explicit tensorstore::ChunkLayout::GridView::GridView(
ChunkAspectRatioBase aspect_ratio); -
explicit tensorstore::ChunkLayout::GridView::GridView(
ChunkElementsBase elements); Constructs from individual constraints.