srdatalog.ir.dialects.parallel.data.print

Print_i for the parallel.data dialect.

One Op (BgRootCjMulti) plus a helper dataclass (BgSourceSpec). The helper is not an Op subclass, so it has its own internal print_source_spec() that BgRootCjMulti’s printer calls directly.

Module Contents

Functions

Data

API

srdatalog.ir.dialects.parallel.data.print.OPS: tuple[type, ...]

()

srdatalog.ir.dialects.parallel.data.print.__all__

[‘OPS’, ‘print_op’]

srdatalog.ir.dialects.parallel.data.print.print_op(op, indent: int = 0) str[source]