|
AI Engine API User Guide (AIE) 2023.1
|
#include <window.hpp>
Public Types | |
| using | vector_type = aie::vector< T, N > |
Static Public Member Functions | |
| static vector_type | window_read (input_window< T > *w) |
| static void | window_read (input_window< T > *w, vector_type &value) |
| static vector_type | window_readdecr (input_window< T > *w) |
| static void | window_readdecr (input_window< T > *w, vector_type &value) |
| static vector_type | window_readincr (input_window< T > *w) |
| static void | window_readincr (input_window< T > *w, vector_type &value) |
| static void | window_write (output_window< T > *w, vector_type value) |
| static void | window_writeincr (output_window< T > *w, vector_type value) |
| using aie::detail::adf::window_helper< T, N, Resource >::vector_type = aie::vector<T, N> |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |