-
#include "tensorstore/index_space/index_transform.h" -
template <DimensionIndex InputRank,
DimensionIndex OutputRank,
ContainerKind CKind>
Result<IndexTransform<InputRank, OutputRank>>
tensorstore::PropagateExplicitBoundsToTransform(
std::type_identity_t<BoxView<OutputRank>> b_domain,
IndexTransform<InputRank, OutputRank, CKind> a_to_b); Same as
PropagateBoundsToTransform, except thatPropagateBoundsToTransform::b_implicit_lower_boundsandPropagateBoundsToTransform::b_implicit_upper_boundsassumed to be allfalse, with the effect thatIndexTransform::implicit_lower_boundsandIndexTransform::implicit_upper_boundsof the returned transform are allfalse.