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

#include

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

staticaccum_type run_terms(constaccum_type&acc, constcoeff_vector_type&coeff, unsigned coeff_idx, constdata_vector_type&v)
template
staticaccum_type run_terms(constaccum_type&acc, constcoeff_vector_type&coeff, unsigned coeff_idx, constdata_vector_type&v1, constdata_vector_type&v2, const Terms &...terms)
staticaccum_type run_terms(constcoeff_vector_type&coeff, unsigned coeff_idx, constdata_vector_type&v)
template
staticaccum_type run_terms(constcoeff_vector_type&coeff, unsigned coeff_idx, constdata_vector_type&v1, constdata_vector_type&v2, const Terms &...terms)

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