Searched refs:mlirPythonModuleToCapsule (Results 1 – 3 of 3) sorted by relevance
273 static inline PyObject *mlirPythonModuleToCapsule(MlirModule module) { in mlirPythonModuleToCapsule() function
194 py::reinterpret_steal<py::object>(mlirPythonModuleToCapsule(v));
1178 return nb::steal<nb::object>(mlirPythonModuleToCapsule(get())); in forOperation()