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

Casts object <-> MlirOperation. More...

#include "mlir/Bindings/Python/PybindAdaptors.h"

Public Member Functions

 PYBIND11_TYPE_CASTER (MlirOperation, _("MlirOperation"))
 
bool load (handle src, bool)
 

Static Public Member Functions

static handle cast (MlirOperation v, return_value_policy, handle)
 

Detailed Description

Casts object <-> MlirOperation.

Definition at line 203 of file PybindAdaptors.h.

Member Function Documentation

◆ cast()

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

◆ load()

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

◆ PYBIND11_TYPE_CASTER()

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

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