MLIR
16.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 76 of file IR.h.
Referenced by mlirOperationCreate(), mlirTypeIsNull(), and mlir::python::PySymbolTable::walkSymbolTables().
MlirIdentifier MlirNamedAttribute::name |
Definition at line 75 of file IR.h.
Referenced by mlirContextIsNull(), mlirOperationCreate(), and mlir::python::PySymbolTable::walkSymbolTables().