Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h45 class PyObjectRef {
47 PyObjectRef(T *referrent, pybind11::object object) in PyObjectRef() function
53 PyObjectRef(PyObjectRef &&other) in PyObjectRef() function
58 PyObjectRef(const PyObjectRef &other) in PyObjectRef() function
60 ~PyObjectRef() = default;
157 using PyMlirContextRef = PyObjectRef<PyMlirContext>;
462 using PyModuleRef = PyObjectRef<PyModule>;
530 using PyOperationRef = PyObjectRef<PyOperation>;