#include "tensorstore/index_space/index_transform.h"
template <DimensionIndex InputRank,
         
 DimensionIndex OutputRank,
         
 ContainerKind CKind>
IndexTransform<InputRank, OutputRank>
tensorstore::WithImplicitDimensions(
    
IndexTransform<InputRank, OutputRank, CKind> transform,
    
DimensionSet implicit_lower_bounds,
    
DimensionSet implicit_upper_bounds);

Returns a copy of transform with implicit_lower_bounds and implicit_upper_bounds set to the specified values.