AI Engine API User Guide (AIE) 2022.2
aie::detail::is_valid_accum_type< T > Struct Template Reference

#include <accum.hpp>

Static Public Attributes

static constexpr bool value
  More...
 

Member Data Documentation

◆ value

template<typename T >
constexpr bool aie::detail::is_valid_accum_type< T >::value
staticconstexpr
Initial value:
= utils::is_one_of_v<T, acc16, acc24, acc32, acc40, acc48, acc56, acc64, acc72, acc80> ||
utils::is_one_of_v<T, cacc16, cacc24, cacc32, cacc40, cacc48, cacc56, cacc64, cacc72, cacc80> ||
utils::is_one_of_v<T, accfloat, caccfloat>

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