AI Engine API User Guide (AIE) 2022.2
aie::detail::adf::window_helper< T, N, Resource > Struct Template Reference

#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)
 

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