Searched refs:mlirPythonTypeToCapsule (Results 1 – 3 of 3) sorted by relevance
275 static inline PyObject *mlirPythonTypeToCapsule(MlirType type) { in mlirPythonTypeToCapsule() function
233 py::reinterpret_steal<py::object>(mlirPythonTypeToCapsule(t));
1678 return py::reinterpret_steal<py::object>(mlirPythonTypeToCapsule(*this)); in getCapsule()