MLIR 23.0.0git
MlirNamedAttribute Struct Reference

Named MLIR attribute. More...

#include "mlir-c/IR.h"

Public Attributes

MlirIdentifier name
MlirAttribute attribute

Detailed Description

Named MLIR attribute.

A named attribute is essentially a (name, attribute) pair where the name is a string.

Definition at line 76 of file IR.h.

Member Data Documentation

◆ attribute

MlirAttribute MlirNamedAttribute::attribute

◆ name

MlirIdentifier MlirNamedAttribute::name

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