boundlab.expr.Cat#
- boundlab.expr.Cat(*children, dim=0)[source]#
Concatenate child expressions along a dimension.
Implemented as an
AffineSumwhose per-child operator is aSetSliceOpthat embeds the child into the correct slice of the full output shape.