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

#include <interleave.hpp>

Public Types

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)
 

Member Typedef Documentation

◆ vector_type

template<unsigned TypeBits, typename T , unsigned Elems>
using aie::detail::interleave_bits_custom< TypeBits, T, Elems >::vector_type = vector<T, Elems>

Member Function Documentation

◆ run()

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

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