AI Engine API User Guide (AIE) 2023.1
Loading...
Searching...
No Matches
aie::detail::interleave_bits_custom< 32, T, 16 > Struct Template Reference

#include <interleave.hpp>

Public Types

using interleave_common_type = interleave_common_helper< 32, T, Elems >
 
using vector_type = vector< T, Elems >
 

Static Public Member Functions

template<typename... Select>
static std::pair< vector_type, vector_typerun (const vector_type &a, const vector_type &b, Select... select)
 

Static Public Attributes

static constexpr unsigned Elems = 16
 

Member Typedef Documentation

◆ interleave_common_type

template<typename T >
using aie::detail::interleave_bits_custom< 32, T, 16 >::interleave_common_type = interleave_common_helper<32, T, Elems>

◆ vector_type

template<typename T >
using aie::detail::interleave_bits_custom< 32, T, 16 >::vector_type = vector<T, Elems>

Member Function Documentation

◆ run()

template<typename T >
template<typename... Select>
static std::pair< vector_type, vector_type > aie::detail::interleave_bits_custom< 32, T, 16 >::run ( const vector_type a,
const vector_type b,
Select...  select 
)
inlinestatic

Member Data Documentation

◆ Elems

template<typename T >
constexpr unsigned aie::detail::interleave_bits_custom< 32, T, 16 >::Elems = 16
staticconstexpr

The documentation for this struct was generated from the following file: