AI Engine API User Guide (AIE) 2022.1
Accumulator Element Tags

Overview

Accumulators in AIE API rely on the aie::accum class template. The first argument of this template is an element type tag that specifies the accumulation class (integer, complex, floating point, ...) and the required accumulation bits.

Classes

struct  accauto
 

Class Documentation

◆ accauto

struct accauto

Internal tag used to signal that the default accumulator precision is needed. This type is not meant to be directly used by AIE API users.