AI Engine API User Guide (AIE) 2022.2
|
Typedefs | |
template<typename Span , unsigned NumBuffers, unsigned NumReaders = 1, unsigned NumWriters = 1> | |
using | input = sync_data_impl< direction::Input, Span, NumBuffers, NumReaders, NumWriters, std::make_index_sequence< NumBuffers > > |
template<typename Span , unsigned NumBuffers, unsigned NumReaders = 1, unsigned NumWriters = 1> | |
using | output = sync_data_impl< direction::Output, Span, NumBuffers, NumReaders, NumWriters, std::make_index_sequence< NumBuffers > > |
Enumerations | |
enum class | direction { Input , Output } |
class aie::detail::sync::sync_data_impl |
|
strong |