Searched refs:mlirPythonOperationToCapsule (Results 1 – 3 of 3) sorted by relevance
257 static inline PyObject *mlirPythonOperationToCapsule(MlirOperation operation) { in mlirPythonOperationToCapsule() function
203 py::reinterpret_steal<py::object>(mlirPythonOperationToCapsule(v));
1086 return py::reinterpret_steal<py::object>(mlirPythonOperationToCapsule(get())); in getCapsule()