|
MLIR 23.0.0git
|
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, PyType > | maybeDownCast () |
| Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::BaseContextObject | |
| BaseContextObject (PyMlirContextRef ref) | |
| PyMlirContextRef & | getContext () |
| Accesses the context reference. | |
Definition at line 464 of file DialectTransform.cpp.
|
inlinestatic |
Definition at line 472 of file DialectTransform.cpp.
References mlir::python::Defaulting< DerivedTy, T >::get(), mlirTransformParamTypeGet(), mlirTransformParamTypeGetType(), and mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyType::PyType().
|
staticconstexpr |
Definition at line 466 of file DialectTransform.cpp.
|
staticconstexpr |
Definition at line 465 of file DialectTransform.cpp.
|
inlinestatic |
Definition at line 469 of file DialectTransform.cpp.
|
staticconstexpr |
Definition at line 468 of file DialectTransform.cpp.