AI Engine API User Guide
(AIE) 2022.1
Static Public Attributes
|
List of all members
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
static
constexpr
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:
accum.hpp
aie
detail
is_valid_accum_type
UG1529 © 2022 Xilinx, Inc. All rights reserved.