#include <accumulate.hpp>
|
using | accum_tag = accum_tag_for_mul_types< T_Coeff, T_Data, AccumBits > |
|
using | accum_type = accum< accum_tag, Lanes > |
|
using | coeff_vector_type = vector< T_Coeff, N_Coeff > |
|
using | consume_terms_type = consume_terms< AccumBits, Lanes, type_bits_v< T_Coeff >, T_Coeff, N_Coeff, type_bits_v< T_Data >, T_Data, Op, Step > |
|
using | data_vector_type = vector< T_Data, Lanes > |
|
◆ accum_tag
template<unsigned AccumBits, unsigned Lanes, typename T_Coeff , unsigned N_Coeff, typename T_Data ,
Operation Op, int Step>
◆ accum_type
template<unsigned AccumBits, unsigned Lanes, typename T_Coeff , unsigned N_Coeff, typename T_Data ,
Operation Op, int Step>
◆ coeff_vector_type
template<unsigned AccumBits, unsigned Lanes, typename T_Coeff , unsigned N_Coeff, typename T_Data ,
Operation Op, int Step>
◆ consume_terms_type
template<unsigned AccumBits, unsigned Lanes, typename T_Coeff , unsigned N_Coeff, typename T_Data ,
Operation Op, int Step>
using aie::detail::schedule_1< AccumBits, Lanes, T_Coeff, N_Coeff, T_Data, Op, Step >::consume_terms_type = consume_terms<AccumBits, Lanes, type_bits_v<T_Coeff>, T_Coeff, N_Coeff, type_bits_v<T_Data>, T_Data, Op, Step> |
◆ data_vector_type
template<unsigned AccumBits, unsigned Lanes, typename T_Coeff , unsigned N_Coeff, typename T_Data ,
Operation Op, int Step>
◆ run_terms() [1/2]
template<unsigned AccumBits, unsigned Lanes, typename T_Coeff , unsigned N_Coeff, typename T_Data ,
Operation Op, int Step>
template<typename... Terms>
accum_type aie::detail::schedule_1< AccumBits, Lanes, T_Coeff, N_Coeff, T_Data, Op, Step >::run_terms |
( |
const accum_type & |
acc, |
|
|
const coeff_vector_type & |
coeff, |
|
|
unsigned |
coeff_idx, |
|
|
const data_vector_type & |
v, |
|
|
const Terms &... |
terms |
|
) |
| const |
|
inline |
◆ run_terms() [2/2]
template<unsigned AccumBits, unsigned Lanes, typename T_Coeff , unsigned N_Coeff, typename T_Data ,
Operation Op, int Step>
template<typename... Terms>
The documentation for this struct was generated from the following file: