-
#include "tensorstore/index_space/index_domain.h"
-
template <DimensionIndex Rank, ContainerKind CKind>
IndexDomain<Rank> tensorstore::WithImplicitDimensions(
IndexDomain<Rank, CKind> domain,
DimensionSet implicit_lower_bounds,
DimensionSet implicit_upper_bounds); Returns a copy of
domain
withimplicit_lower_bounds
andimplicit_upper_bounds
set to the specified values.