MLIR 22.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::gpu::ObjectAttr Struct Reference
Inheritance diagram for mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::gpu::ObjectAttr:

Static Public Member Functions

static void bindDerived (ClassTy &c)
Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAttribute< ObjectAttr >
static MlirAttribute castFrom (PyAttribute &orig)
static void bind (nanobind::module_ &m, PyType_Slot *slots=nullptr)
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::PyAttribute
static PyAttribute createFromCapsule (const nanobind::object &capsule)
 Creates a PyAttribute from the MlirAttribute wrapped by a capsule.

Static Public Attributes

static constexpr IsAFunctionTy isaFunction = mlirAttributeIsAGPUObjectAttr
static constexpr const char * pyClassName = "ObjectAttr"
static const MlirStringRef name = mlirGPUObjectAttrGetName()
Static Public Attributes inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAttribute< ObjectAttr >
static constexpr GetTypeIDFunctionTy getTypeIdFunction
static const MlirStringRef name

Additional Inherited Members

Public Types inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAttribute< ObjectAttr >
using ClassTy
using IsAFunctionTy
using GetTypeIDFunctionTy
using Base
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAttribute< ObjectAttr >
 PyConcreteAttribute ()=default
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyAttribute
 PyAttribute (PyMlirContextRef contextRef, MlirAttribute attr)
bool operator== (const PyAttribute &other) const
 operator MlirAttribute () const
MlirAttribute get () const
nanobind::object getCapsule ()
 Gets a capsule wrapping the void* within the MlirAttribute.
nanobind::typed< nanobind::object, PyAttributemaybeDownCast ()
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 51 of file DialectGPU.cpp.

Member Function Documentation

◆ bindDerived()

Member Data Documentation

◆ isaFunction

IsAFunctionTy mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::gpu::ObjectAttr::isaFunction = mlirAttributeIsAGPUObjectAttr
staticconstexpr

Definition at line 52 of file DialectGPU.cpp.

◆ name

const MlirStringRef mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::gpu::ObjectAttr::name = mlirGPUObjectAttrGetName()
inlinestatic

Definition at line 54 of file DialectGPU.cpp.

◆ pyClassName

const char* mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::gpu::ObjectAttr::pyClassName = "ObjectAttr"
staticconstexpr

Definition at line 53 of file DialectGPU.cpp.


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