Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h163 static inline PyObject *mlirPythonContextToCapsule(MlirContext context) { in mlirPythonContextToCapsule() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp465 return py::reinterpret_steal<py::object>(mlirPythonContextToCapsule(get())); in getCapsule()