Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Bindings/Python/
H A DExecutionEngineModule.cpp39 return nb::steal<nb::object>(mlirPythonExecutionEngineToCapsule(get())); in getCapsule()
/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h424 mlirPythonExecutionEngineToCapsule(MlirExecutionEngine jit) { in mlirPythonExecutionEngineToCapsule() function