|
AI Engine API User Guide (AIE) 2023.1
|
#include <interleave.hpp>
Public Types | |
| using | interleave_common_type = interleave_common_helper< 64, T, Elems > |
| using | vector_type = vector< T, Elems > |
Static Public Member Functions | |
| static constexpr auto | get_op () |
| static std::pair< vector_type, vector_type > | run (const vector_type &a, const vector_type &b, unsigned step) |
| using aie::detail::interleave_bits_unzip< 64, T, Elems >::interleave_common_type = interleave_common_helper<64, T, Elems> |
| using aie::detail::interleave_bits_unzip< 64, T, Elems >::vector_type = vector<T, Elems> |
|
inlinestaticconstexpr |
|
inlinestatic |