Searched refs:mlirPythonCapsuleToType (Results 1 – 3 of 3) sorted by relevance
284 static inline MlirType mlirPythonCapsuleToType(PyObject *capsule) { in mlirPythonCapsuleToType() function
228 value = mlirPythonCapsuleToType(capsule.ptr());
1682 MlirType rawType = mlirPythonCapsuleToType(capsule.ptr()); in createFromCapsule()