|
MLIR 22.0.0git
|
A utility iterator that allows walking over the internal Attribute values of a DenseElementsAttr. More...
#include "mlir/IR/BuiltinAttributes.h"
Public Member Functions | |
| Attribute | operator* () const |
| Accesses the Attribute value at this iterator position. | |
A utility iterator that allows walking over the internal Attribute values of a DenseElementsAttr.
Definition at line 240 of file BuiltinAttributes.h.
| Attribute DenseElementsAttr::AttributeElementIterator::operator* | ( | ) | const |
Accesses the Attribute value at this iterator position.
Definition at line 619 of file BuiltinAttributes.cpp.
References mlir::DenseElementsAttr::Attribute(), and mlir::Attribute::getFromOpaquePointer().