|
MLIR 22.0.0git
|
Casts object <-> MlirModule. More...
#include "mlir/Bindings/Python/PybindAdaptors.h"
Public Member Functions | |
| PYBIND11_TYPE_CASTER (MlirModule, _("MlirModule")) | |
| bool | load (handle src, bool) |
Static Public Member Functions | |
| static handle | cast (MlirModule v, return_value_policy, handle) |
Casts object <-> MlirModule.
Definition at line 185 of file PybindAdaptors.h.
|
inlinestatic |
Definition at line 192 of file PybindAdaptors.h.
References MAKE_MLIR_PYTHON_QUALNAME, MLIR_PYTHON_CAPI_FACTORY_ATTR, and mlirPythonModuleToCapsule().
Definition at line 187 of file PybindAdaptors.h.
References pybind11::detail::mlirApiObjectToCapsule(), and mlirPythonCapsuleToModule().
| pybind11::detail::type_caster< MlirModule >::PYBIND11_TYPE_CASTER | ( | MlirModule | , |
| _("MlirModule") | ) |