| IREE Python DataModel Dialect | |
| ============================= | |
| This dialect defines a data model for representing a Python program, suitable | |
| for compilation to IREE and for the construction of Python-based DSLs. | |
| Importer | |
| -------- | |
| .. automodule:: iree.compiler.dialects.iree_pydm.importer | |
| :imported-members: | |
| :members: | |
| :undoc-members: | |
| Operations and Types | |
| -------------------- | |
| .. automodule:: iree.compiler.dialects.iree_pydm | |
| :imported-members: | |
| :members: | |
| :undoc-members: |