-
#include "tensorstore/chunk_layout.h"
-
using tensorstore::ChunkLayout::Chunk =
GridViewFor<kUnspecifiedUsage>; -
using tensorstore::ChunkLayout::WriteChunk =
GridViewFor<Usage::kWrite>; - using tensorstore::ChunkLayout::ReadChunk = GridViewFor<Usage::kRead>;
-
using tensorstore::ChunkLayout::CodecChunk =
GridViewFor<Usage::kCodec>; Aliases of
GridViewFor
that provide access to parameters specific to a particularUsage
.