MLIR
18.0.0git
|
Casts object -> MlirPassManager. More...
#include "mlir/Bindings/Python/PybindAdaptors.h"
Public Member Functions | |
PYBIND11_TYPE_CASTER (MlirPassManager, _("MlirPassManager")) | |
bool | load (handle src, bool) |
Casts object -> MlirPassManager.
Definition at line 243 of file PybindAdaptors.h.
|
inline |
Definition at line 245 of file PybindAdaptors.h.
References pybind11::detail::mlirApiObjectToCapsule(), mlirPassManagerIsNull(), and mlirPythonCapsuleToPassManager().
pybind11::detail::type_caster< MlirPassManager >::PYBIND11_TYPE_CASTER | ( | MlirPassManager | , |
_("MlirPassManager") | |||
) |