Searched refs:mlirPythonModuleToCapsule (Results 1 – 3 of 3) sorted by relevance
220 static inline PyObject *mlirPythonModuleToCapsule(MlirModule module) { in mlirPythonModuleToCapsule() function
182 py::reinterpret_steal<py::object>(mlirPythonModuleToCapsule(v));
909 return py::reinterpret_steal<py::object>(mlirPythonModuleToCapsule(get())); in getCapsule()