|
CIRCT 22.0.0git
|
Go to the source code of this file.
Classes | |
| class | Python.support.ConnectionError |
| class | Python.support.UnconnectedSignalError |
| class | Python.support.BackedgeBuilder |
| class | Python.support.BackedgeBuilder.Edge |
| class | Python.support.OpOperand |
| class | Python.support.NamedValueOpView |
Namespaces | |
| namespace | Python |
| namespace | Python.support |
Functions | |
| ir.Value | Python.support.get_value (obj) |
| Python.support.connect (destination, source) | |
| ir.Attribute | Python.support.var_to_attribute (obj, bool none_on_fail=False) |
| ir.Type | Python.support.type_to_pytype (t) |
| Python.support.attribute_to_var (attr) | |
| Python.support.get_self_or_inner (mlir_type) | |
| Python.support.walk_with_filter (Operation operation, List[ir.OpView] op_views, callback, walk_order) | |
Variables | |
| Python.support._current_backedge_builder = ContextVar("current_bb") | |