Home
last modified time | relevance | path

Searched refs:PyObjectRef (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h36 class PyObjectRef {
38 PyObjectRef(T *referrent, pybind11::object object) in PyObjectRef() function
44 PyObjectRef(PyObjectRef &&other) in PyObjectRef() function
49 PyObjectRef(const PyObjectRef &other) in PyObjectRef() function
51 ~PyObjectRef() {} in ~PyObjectRef()
148 using PyMlirContextRef = PyObjectRef<PyMlirContext>;
347 using PyModuleRef = PyObjectRef<PyModule>;
409 using PyOperationRef = PyObjectRef<PyOperation>;