AI Engine API User Guide (AIE) 2022.2
aie::detail::schedule_2< AccumBits, Lanes, T_Coeff, N_Coeff, T_Data, Op, Step > Struct Template Reference

#include <accumulate.hpp>

Public Types

using accum_type = accum< accum_class_for_mul_types_v< T_Coeff, T_Data >, AccumBits, 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 >
 

Static Public Member Functions

static accum_type run_terms (const accum_type &acc, const coeff_vector_type &coeff, unsigned coeff_idx, const data_vector_type &v)
 
template<typename... Terms>
static accum_type run_terms (const accum_type &acc, const coeff_vector_type &coeff, unsigned coeff_idx, const data_vector_type &v1, const data_vector_type &v2, const Terms &...terms)
 
static accum_type run_terms (const coeff_vector_type &coeff, unsigned coeff_idx, const data_vector_type &v)
 
template<typename... Terms>
static accum_type run_terms (const coeff_vector_type &coeff, unsigned coeff_idx, const data_vector_type &v1, const data_vector_type &v2, const Terms &...terms)
 

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