MLIR  19.0.0git
Public Member Functions | List of all members
mlir::DenseElementsAttr::ComplexFloatElementIterator Class Referencefinal

Iterator for walking over complex APFloat values. More...

#include "mlir/IR/BuiltinAttributes.h"

+ Inheritance diagram for mlir::DenseElementsAttr::ComplexFloatElementIterator:

Public Member Functions

std::complex< APFloat > mapElement (const std::complex< APInt > &value) const
 Map the element to the iterator result type. More...
 

Detailed Description

Iterator for walking over complex APFloat values.

Definition at line 352 of file BuiltinAttributes.h.

Member Function Documentation

◆ mapElement()

std::complex<APFloat> mlir::DenseElementsAttr::ComplexFloatElementIterator::mapElement ( const std::complex< APInt > &  value) const
inline

Map the element to the iterator result type.

Definition at line 358 of file BuiltinAttributes.h.


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