aie::ElemOrOp - aie::ElemOrOp - 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::ElemOrOp Concept Reference
AI Engine API User Guide (AIE-API) 2025.2
Loading...
Searching...
No Matches
aie::ElemOrOp Concept Reference

Detailed Description

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

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