Searched refs:mlirPythonAttributeToCapsule (Results 1 – 3 of 3) sorted by relevance
180 static inline PyObject *mlirPythonAttributeToCapsule(MlirAttribute attribute) { in mlirPythonAttributeToCapsule() function
99 py::reinterpret_steal<py::object>(mlirPythonAttributeToCapsule(v));
2170 return nb::steal<nb::object>(mlirPythonAttributeToCapsule(*this)); in walkSymbolTables()