-
#include "tensorstore/index_space/dimension_identifier.h"
-
constexpr tensorstore::DimensionIdentifier::DimensionIdentifier(
DimensionIndex index); Constructs from a dimension index.
For an index space of rank
input_rank
, a valid index is in the open interval(-input_rank, input_rank)
.