AI Engine API User Guide (AIE) 2023.2
Loading...
Searching...
No Matches
aie::AccumElemBaseType Concept Reference

#include <concepts.hpp>

Concept definition

template<typename T>
concept aie::AccumElemBaseType = detail::is_valid_accum_type_v<T> || std::is_same_v<T, accauto>
Definition concepts.hpp:103