Searched refs:mlirPythonContextToCapsule (Results 1 – 2 of 2) sorted by relevance
163 static inline PyObject *mlirPythonContextToCapsule(MlirContext context) { in mlirPythonContextToCapsule() function
465 return py::reinterpret_steal<py::object>(mlirPythonContextToCapsule(get())); in getCapsule()