![]() |
AI Engine API User Guide (AIE) 2022.1
|
#include <add_accum.hpp>
Public Types | |
| template<unsigned Elems2 = Elems> | |
| using | accum_type = accum< accum_class_for_type_v< T >, AccumBits, Elems2 > |
| using | vector_type = vector< T, Elems > |
Static Public Member Functions | |
| static accum_type | run (const accum_type<> &acc, const T &a) |
| static accum_type | run (const accum_type<> &acc, const vector_type &v) |
| template<unsigned Elems2> | |
| static accum_type | run (const accum_type<> &acc, vector_elem_const_ref< T, Elems2 > a) |