MLIR 22.0.0git
mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseF64ArrayAttribute Struct Reference

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

Inheritance diagram for mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseF64ArrayAttribute:

Static Public Attributes

static constexpr IsAFunctionTy isaFunction = mlirAttributeIsADenseF64Array
static constexpr auto getAttribute = mlirDenseF64ArrayGet
static constexpr auto getElement = mlirDenseF64ArrayGetElement
static constexpr const char * pyClassName = "DenseF64ArrayAttr"
static constexpr const char * pyIteratorName = "DenseF64ArrayIterator"
Static Public Attributes inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAttribute< PyDenseF64ArrayAttribute >
static constexpr GetTypeIDFunctionTy getTypeIdFunction
static const MlirStringRef name

Additional Inherited Members

Public Types inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAttribute< PyDenseF64ArrayAttribute >
using ClassTy
using IsAFunctionTy
using GetTypeIDFunctionTy
using Base
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseArrayAttribute< double, PyDenseF64ArrayAttribute >
double getItem (intptr_t i)
 Get the element at the given index.
Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAttribute< PyDenseF64ArrayAttribute >
 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.
Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseArrayAttribute< double, PyDenseF64ArrayAttribute >
static void bindDerived (typename PyConcreteAttribute< PyDenseF64ArrayAttribute >::ClassTy &c)
 Bind the attribute class.
Static Public Member Functions inherited from mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyConcreteAttribute< PyDenseF64ArrayAttribute >
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.

Detailed Description

Definition at line 278 of file IRAttributes.h.

Member Data Documentation

◆ getAttribute

auto mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseF64ArrayAttribute::getAttribute = mlirDenseF64ArrayGet
staticconstexpr

Definition at line 281 of file IRAttributes.h.

◆ getElement

auto mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseF64ArrayAttribute::getElement = mlirDenseF64ArrayGetElement
staticconstexpr

Definition at line 282 of file IRAttributes.h.

◆ isaFunction

IsAFunctionTy mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseF64ArrayAttribute::isaFunction = mlirAttributeIsADenseF64Array
staticconstexpr

◆ pyClassName

const char* mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseF64ArrayAttribute::pyClassName = "DenseF64ArrayAttr"
staticconstexpr

Definition at line 283 of file IRAttributes.h.

◆ pyIteratorName

const char* mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDenseF64ArrayAttribute::pyIteratorName = "DenseF64ArrayIterator"
staticconstexpr

Definition at line 284 of file IRAttributes.h.


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