-
#include "tensorstore/index_space/index_transform.h" -
template <DimensionIndex InputRank,
DimensionIndex OutputRank,
ContainerKind CKind>
absl::Status tensorstore::PropagateExplicitBounds(
std::type_identity_t<BoxView<OutputRank>> b_domain,
const IndexTransform<InputRank, OutputRank, CKind> a_to_b,
std::type_identity_t<MutableBoxView<InputRank>> a_domain); Equivalent to
PropagateBounds, except thatb_implicit_lower_boundsandb_implicit_upper_boundsare assumed to be allfalse.