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

Concept for element operands. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept aie::Elem = ElemBaseType<T> || detail::is_vector_elem_ref<T>::value
Concept for all the basic types that can be used in operations and as vector element type.
Definition concepts.hpp:181
Concept for element operands.
Definition concepts.hpp:190

Detailed Description

Concept for element operands.

It can be a value that meets aie::ElemBaseType or a vector element reference.