-
#include "tensorstore/chunk_layout.h"
-
explicit tensorstore::ChunkLayout::GridView::GridView(
const GridView& other,
bool hard_constraint); -
explicit tensorstore::ChunkLayout::GridView::GridView(
const Grid& grid,
bool hard_constraint = true); Constructs from an existing grid, optionally converting to hard constraints.