Searched refs:mlirPythonCapsuleToAttribute (Results 1 – 3 of 3) sorted by relevance
189 static inline MlirAttribute mlirPythonCapsuleToAttribute(PyObject *capsule) { in mlirPythonCapsuleToAttribute() function
94 value = mlirPythonCapsuleToAttribute(capsule.ptr());
2174 MlirAttribute rawAttr = mlirPythonCapsuleToAttribute(capsule.ptr()); in walkSymbolTables()