Searched refs:mlirPythonAttributeToCapsule (Results 1 – 2 of 2) sorted by relevance
77 static inline PyObject *mlirPythonAttributeToCapsule(MlirAttribute attribute) { in mlirPythonAttributeToCapsule() function
1120 return py::reinterpret_steal<py::object>(mlirPythonAttributeToCapsule(*this)); in getCapsule()