Home
last modified time | relevance | path

Searched refs:mlirPythonCapsuleToType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/Bindings/Python/
DInterop.h195 static inline MlirType mlirPythonCapsuleToType(PyObject *capsule) { in mlirPythonCapsuleToType() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1153 MlirType rawType = mlirPythonCapsuleToType(capsule.ptr()); in createFromCapsule()