Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h216 static inline PyObject *mlirPythonContextToCapsule(MlirContext context) { in mlirPythonContextToCapsule() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp647 return nb::steal<nb::object>(mlirPythonContextToCapsule(get())); in getLiveContexts()