|
MLIR 23.0.0git
|
#include "mlir-c/ExecutionEngine.h"#include "mlir/Bindings/Python/IRCore.h"#include "mlir/Bindings/Python/Nanobind.h"#include "mlir/Bindings/Python/NanobindAdaptors.h"Go to the source code of this file.
Classes | |
| class | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::execution_engine::PyExecutionEngine |
| Owning Wrapper around an ExecutionEngine. More... | |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::python |
| namespace | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN |
| namespace | mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::execution_engine |
Functions | |
| NB_MODULE (_mlirExecutionEngine, m) | |
| Create the mlir.execution_engine module here. | |
| NB_MODULE | ( | _mlirExecutionEngine | , |
| m | ) |
Create the mlir.execution_engine module here.
Definition at line 72 of file ExecutionEngineModule.cpp.
References mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyModule::get(), MLIR_PYTHON_CAPI_FACTORY_ATTR, MLIR_PYTHON_CAPI_PTR_ATTR, mlirExecutionEngineCreate(), mlirExecutionEngineDumpToObjectFile(), mlirExecutionEngineInitialize(), mlirExecutionEngineIsNull(), mlirExecutionEngineLookupPacked(), mlirExecutionEngineRegisterSymbol(), and mlirStringRefCreate().