MLIR
20.0.0git
|
Casts object <-> MlirLocation. More...
#include "mlir/Bindings/Python/PybindAdaptors.h"
Public Member Functions | |
PYBIND11_TYPE_CASTER (MlirLocation, _("MlirLocation")) | |
bool | load (handle src, bool) |
Static Public Member Functions | |
static handle | cast (MlirLocation v, return_value_policy, handle) |
Casts object <-> MlirLocation.
Definition at line 159 of file PybindAdaptors.h.
|
inlinestatic |
Definition at line 172 of file PybindAdaptors.h.
References MAKE_MLIR_PYTHON_QUALNAME, MLIR_PYTHON_CAPI_FACTORY_ATTR, and mlirPythonLocationToCapsule().
|
inline |
Definition at line 161 of file PybindAdaptors.h.
References MAKE_MLIR_PYTHON_QUALNAME, pybind11::detail::mlirApiObjectToCapsule(), mlirLocationIsNull(), and mlirPythonCapsuleToLocation().
pybind11::detail::type_caster< MlirLocation >::PYBIND11_TYPE_CASTER | ( | MlirLocation | , |
_("MlirLocation") | |||
) |