|
MLIR 23.0.0git
|
Named MLIR attribute. More...
#include "mlir-c/IR.h"
Public Attributes | |
| MlirIdentifier | name |
| MlirAttribute | attribute |
Named MLIR attribute.
A named attribute is essentially a (name, attribute) pair where the name is a string.
| MlirAttribute MlirNamedAttribute::attribute |
Definition at line 78 of file IR.h.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDictAttribute::bindDerived().
| MlirIdentifier MlirNamedAttribute::name |
Definition at line 77 of file IR.h.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyDictAttribute::bindDerived().