MLIR 23.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType Struct Reference
Inheritance diagram for mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType:

Static Public Member Functions

static void bindDerived (ClassTy &c)
Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteType< ParamType >
static MlirType castFrom (PyType &orig)
static void bind (nanobind::module_ &m)
static void bindDerived (ClassTy &m)
 Implemented by derived classes to add methods to the Python subclass.
Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyType
static PyType createFromCapsule (nanobind::object capsule)
 Creates a PyType from the MlirType wrapped by a capsule.

Static Public Attributes

static constexpr IsAFunctionTy isaFunction = mlirTypeIsATransformParamType
static constexpr GetTypeIDFunctionTy getTypeIdFunction
static constexpr const char * pyClassName = "ParamType"
static const MlirStringRef name = mlirTransformParamTypeGetName()
Static Public Attributes inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteType< ParamType >
static constexpr GetTypeIDFunctionTy getTypeIdFunction
static const MlirStringRef name

Additional Inherited Members

Public Types inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteType< ParamType >
using ClassTy
using IsAFunctionTy
using GetTypeIDFunctionTy
using Base
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteType< ParamType >
 PyConcreteType ()=default
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyType
 PyType (PyMlirContextRef contextRef, MlirType type)
bool operator== (const PyType &other) const
 operator MlirType () const
MlirType get () const
nanobind::object getCapsule ()
 Gets a capsule wrapping the void* within the MlirType.
nanobind::typed< nanobind::object, PyTypemaybeDownCast ()
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::BaseContextObject
 BaseContextObject (PyMlirContextRef ref)
PyMlirContextRefgetContext ()
 Accesses the context reference.

Detailed Description

Definition at line 464 of file DialectTransform.cpp.

Member Function Documentation

◆ bindDerived()

void mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType::bindDerived ( ClassTy & c)
inlinestatic

Member Data Documentation

◆ getTypeIdFunction

GetTypeIDFunctionTy mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType::getTypeIdFunction
staticconstexpr
Initial value:
=
MLIR_CAPI_EXPORTED MlirTypeID mlirTransformParamTypeGetTypeID(void)

Definition at line 466 of file DialectTransform.cpp.

◆ isaFunction

IsAFunctionTy mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType::isaFunction = mlirTypeIsATransformParamType
staticconstexpr

Definition at line 465 of file DialectTransform.cpp.

◆ name

const MlirStringRef mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType::name = mlirTransformParamTypeGetName()
inlinestatic

Definition at line 469 of file DialectTransform.cpp.

◆ pyClassName

const char* mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType::pyClassName = "ParamType"
staticconstexpr

Definition at line 468 of file DialectTransform.cpp.


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