-
#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
domainwithimplicit_lower_boundsandimplicit_upper_boundsset to the specified values.