AI Engine API User Guide (AIE-API) 2024.1
Loading...
Searching...
No Matches
aie::ElemOrOp Concept Reference

Concept that allows aie::Elem or an element operation modifier. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept aie::ElemOrOp = detail::is_elem_or_op_v<T>
Concept that allows aie::Elem or an element operation modifier.
Definition concepts.hpp:217

Detailed Description

Concept that allows aie::Elem or an element operation modifier.