CIRCT  19.0.0git
Classes | Functions
om Namespace Reference

Classes

class  List
 
class  Tuple
 
class  Map
 
class  BasePath
 
class  Object
 
class  Evaluator
 

Functions

def wrap_mlir_object (value)
 
ir.Attrbute om_var_to_attribute (obj, bool none_on_fail=False)
 
def unwrap_python_object (value)
 

Function Documentation

◆ om_var_to_attribute()

ir.Attrbute om.om_var_to_attribute (   obj,
bool   none_on_fail = False 
)

Definition at line 48 of file om.py.

References Python.support.var_to_attribute().

Referenced by unwrap_python_object().

◆ unwrap_python_object()

def om.unwrap_python_object (   value)

Definition at line 54 of file om.py.

References om_var_to_attribute().

Referenced by om.Evaluator.instantiate().

◆ wrap_mlir_object()

def om.wrap_mlir_object (   value)