MLIR
20.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. More... | |
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 610 of file BuiltinAttributes.cpp.
References mlir::get(), and mlir::Attribute::getFromOpaquePointer().