tilus.ir.layout.shared_compose

Contents

tilus.ir.layout.shared_compose

tilus.ir.layout.shared_compose(lhs, rhs, *others)[source]

Compose multiple shared layouts together.

Parameters:
  • lhs (SharedLayout) – The first shared layout to compose.

  • rhs (SharedLayout) – The second shared layout to compose.

  • others (Sequence[SharedLayout]) – The additional shared layouts to compose with the first two. It can be empty.

Returns:

ret – The composed shared layout.

Return type:

SharedLayout