aie::Elem - aie::Elem - 2025.2 English - UG1529

AI Engine API User Guide (AIE) (UG1529)

Document ID
UG1529
Release Date
2025-11-20
Version
2025.2 English
AI Engine API User Guide: aie::Elem Concept Reference
AI Engine API User Guide (AIE-API) 2025.2
Loading...
Searching...
No Matches
aie::Elem Concept Reference

Detailed Description

Concept for element operands.

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

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:185
Concept for element operands.
Definition concepts.hpp:193