|
| template<aie::AccumElemBaseType T, unsigned N> |
| constexpr output_stream< T > & | operator<< (output_stream< T > &w, const aie::accum< T, N > &acc) |
| |
| template<typename T , unsigned N> |
| constexpr output_stream< T > & | operator<< (output_stream< T > &w, const aie::vector< T, N > &v) |
| |
| template<typename T > |
| constexpr output_stream< T > & | operator<< (output_stream< T > &w, const T &v) |
| |
| template<typename T , aie::TLast< T > TL> |
| constexpr output_stream< T > & | operator<< (output_stream< T > &w, const TL &tl) |
| |
| template<aie::AccumElemBaseType T, unsigned N> |
| constexpr output_stream< T > * | operator<< (output_stream< T > *w, const aie::accum< T, N > &acc) |
| |
| template<typename T , unsigned N> |
| constexpr output_stream< T > * | operator<< (output_stream< T > *w, const aie::vector< T, N > &v) |
| |
| template<typename T > |
| constexpr output_stream< T > & | operator<< (output_stream< T > *w, const T &v) |
| |
| template<typename T , aie::TLast< T > TL> |
| constexpr output_stream< T > * | operator<< (output_stream< T > *w, const TL &tl) |
| |
| template<unsigned N, aie::AccumElemBaseType T> |
| constexpr input_stream< T > & | operator>> (input_stream< T > &w, aie::accum< T, N > &acc) |
| |
| template<unsigned N, typename T > |
| constexpr input_stream< T > & | operator>> (input_stream< T > &w, aie::vector< T, N > &v) |
| |
| template<typename T , aie::TLast< T > TL> |
| constexpr input_stream< T > & | operator>> (input_stream< T > &w, const TL &tl) |
| |
| template<typename T > |
| constexpr input_stream< T > & | operator>> (input_stream< T > &w, T &v) |
| |
| template<unsigned N, aie::AccumElemBaseType T> |
| constexpr input_stream< T > * | operator>> (input_stream< T > *w, aie::accum< T, N > &acc) |
| |
| template<unsigned N, typename T > |
| constexpr input_stream< T > * | operator>> (input_stream< T > *w, aie::vector< T, N > &v) |
| |
| template<typename T , aie::TLast< T > TL> |
| constexpr input_stream< T > * | operator>> (input_stream< T > *w, const TL &tl) |
| |
| template<typename T > |
| constexpr input_stream< T > & | operator>> (input_stream< T > *w, T &v) |
| |
| template<unsigned N, aie_stream_resource_in Resource = aie_stream_resource_in::none, typename T > |
| aie::vector< T, N > | readincr_v (input_stream< T > *w) |
| |
| template<unsigned N, aie::AccumElemBaseType T> |
| aie::accum< T, N > | readincr_v (input_stream< T > *w) |
| |
| template<unsigned N, aie_stream_resource_in Resource = aie_stream_resource_in::none, typename T > |
| aie::vector< T, N > | readincr_v (input_stream< T > *w, bool &tlast) |
| |
| template<typename T > |
| | aie::tlast (const T &, bool) -> tlast< const T &, bool > |
| |
| template<typename T > |
| | aie::tlast (T &, bool &) -> tlast< T &, bool & > |
| |
| template<aie::AccumElemBaseType T, unsigned N> |
| void | writeincr (output_stream< T > *w, const aie::accum< T, N > &value) |
| |
| template<aie_stream_resource_out Resource = aie_stream_resource_out::none, typename T , unsigned N> |
| void | writeincr (output_stream< T > *w, const aie::vector< T, N > &value) |
| |
| template<aie_stream_resource_out Resource = aie_stream_resource_out::none, typename T , unsigned N> |
| void | writeincr (output_stream< T > *w, const aie::vector< T, N > &value, bool tlast) |
| |
| 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) |
| |