Searched refs:mlirPythonValueToCapsule (Results 1 – 2 of 2) sorted by relevance
353 static inline PyObject *mlirPythonValueToCapsule(MlirValue value) { in mlirPythonValueToCapsule() function
1694 return py::reinterpret_steal<py::object>(mlirPythonValueToCapsule(get())); in getCapsule()