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

Detailed Description

Concept for the pointers to basic or block types that can be used in operations and as vector element type.

Concept definition

template<typename T>
concept aie::DecoratedElemBaseOrBlockType = detail::is_valid_element_type<std::remove_const_t<aie_dm_resource_remove_t<T>>>::value ||
detail::is_valid_block_type<std::remove_const_t<aie_dm_resource_remove_t<T>>>::value
Concept for the pointers to basic or block types that can be used in operations and as vector element...
Definition concepts.hpp:351