AI Engine API User Guide
(AIE) 2023.2
Loading...
Searching...
No Matches
aie::detail::NativeVectorType Concept Reference
#include <vector.hpp>
Concept definition
template
<
typename
T>
concept
aie::detail::NativeVectorType
=
requires
{
typename
native_vector_traits<T>::value_type;
requires
native_vector_traits<T>::elems > 0;
}
aie::detail::NativeVectorType
Definition
vector.hpp:98
aie
detail
NativeVectorType
UG1529 © 2023 Advanced Micro Devices, Inc. All rights reserved.