MLIR  19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
pybind11::detail::type_caster< MlirModule > Struct Reference

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)
 

Detailed Description

Casts object <-> MlirModule.

Definition at line 183 of file PybindAdaptors.h.

Member Function Documentation

◆ cast()

static handle pybind11::detail::type_caster< MlirModule >::cast ( MlirModule  v,
return_value_policy  ,
handle   
)
inlinestatic

◆ load()

bool pybind11::detail::type_caster< MlirModule >::load ( handle  src,
bool   
)
inline

◆ PYBIND11_TYPE_CASTER()

pybind11::detail::type_caster< MlirModule >::PYBIND11_TYPE_CASTER ( MlirModule  ,
_("MlirModule")   
)

The documentation for this struct was generated from the following file: