MLIR
17.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 77 of file IR.h.
Referenced by mlirOperationCreate().
MlirIdentifier MlirNamedAttribute::name |
Definition at line 76 of file IR.h.
Referenced by mlirOperationCreate().