|
| template<unsigned N, typename T > |
| aie::vector< T, N > | readincr_v (input_stream< T > *w) |
| | More...
|
| |
| template<unsigned N, aie::AccumElemBaseType T> |
| aie::accum< T, N > | readincr_v (input_stream< T > *w) |
| | More...
|
| |
| template<unsigned N, typename T > |
| aie::vector< T, N > | readincr_v (input_stream< T > *w, bool &tlast) |
| | More...
|
| |
| template<aie::AccumElemBaseType T, unsigned N> |
| void | writeincr (output_stream< T > *w, const aie::accum< T, N > &value) |
| | More...
|
| |
| template<typename T , unsigned N> |
| void | writeincr (output_stream< T > *w, const aie::vector< T, N > &value) |
| | More...
|
| |
| template<typename T , unsigned N> |
| void | writeincr (output_stream< T > *w, const aie::vector< T, N > &value, bool tlast) |
| | More...
|
| |
|
template<aie::AccumElemBaseType T, unsigned N> |
| void | writeincr_v (output_stream< T > *w, const aie::accum< T, N > &value) |
| |
|
template<unsigned N, typename T > |
| void | writeincr_v (output_stream< T > *w, const aie::vector< T, N > &value) |
| |
|
template<unsigned N, typename T > |
| void | writeincr_v (output_stream< T > *w, const aie::vector< T, N > &value, bool tlast) |
| |