Home
last modified time | relevance | path

Searched refs:mlirPythonCapsuleToDialectRegistry (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h245 mlirPythonCapsuleToDialectRegistry(PyObject *capsule) { in mlirPythonCapsuleToDialectRegistry() function
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h145 value = mlirPythonCapsuleToDialectRegistry(capsule.ptr());
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp1086 mlirPythonCapsuleToDialectRegistry(capsule.ptr()); in ~PyModule()