CIRCT 20.0.0git
|
Classes | |
class | BasePath |
class | Evaluator |
class | List |
class | Map |
class | Object |
class | Tuple |
Functions | |
wrap_mlir_object (value) | |
ir.Attrbute | om_var_to_attribute (obj, bool none_on_fail=False) |
unwrap_python_object (value) | |
ir.Attrbute om.om_var_to_attribute | ( | obj, | |
bool | none_on_fail = False |
||
) |
om.unwrap_python_object | ( | value | ) |
Definition at line 54 of file om.py.
Referenced by om.Evaluator.instantiate().
om.wrap_mlir_object | ( | value | ) |
Definition at line 23 of file om.py.
Referenced by om.Object.__getattr__(), om.List.__getitem__(), om.Tuple.__getitem__(), om.Map.__getitem__(), om.Map.__iter__(), and om.Map.keys().