Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h224 static inline MlirContext mlirPythonCapsuleToContext(PyObject *capsule) { in mlirPythonCapsuleToContext() function
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h134 value = mlirPythonCapsuleToContext(capsule.ptr());
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp651 MlirContext rawContext = mlirPythonCapsuleToContext(capsule.ptr()); in getLiveOperationCount()