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