AI Engine API User Guide (AIE) 2023.2
Loading...
Searching...
No Matches
aie::detail::sliding_window_dim_2d Struct Reference

#include <array_helpers.hpp>

Public Member Functions

constexpr sliding_window_dim_2d (const dim_2d &other)
 
constexpr sliding_window_dim_2d (const sliding_window_dim_2d &other)=default
 
constexpr sliding_window_dim_2d (unsigned num1, int step, int inc2)
 
 operator dim_2d ()
 

Public Attributes

int inc1
 
int inc2
 
unsigned num1
 

Friends

template<typename T , unsigned Elems, typename IterDescriptor , aie_dm_resource Resource>
class sliding_window_vector_stream
 

Constructor & Destructor Documentation

◆ sliding_window_dim_2d() [1/3]

constexpr aie::detail::sliding_window_dim_2d::sliding_window_dim_2d ( unsigned  num1,
int  step,
int  inc2 
)
inlineconstexpr

◆ sliding_window_dim_2d() [2/3]

constexpr aie::detail::sliding_window_dim_2d::sliding_window_dim_2d ( const dim_2d other)
inlineexplicitconstexpr

◆ sliding_window_dim_2d() [3/3]

constexpr aie::detail::sliding_window_dim_2d::sliding_window_dim_2d ( const sliding_window_dim_2d other)
constexprdefault

Member Function Documentation

◆ operator dim_2d()

aie::detail::sliding_window_dim_2d::operator dim_2d ( )
inline

Friends And Related Symbol Documentation

◆ sliding_window_vector_stream

template<typename T , unsigned Elems, typename IterDescriptor , aie_dm_resource Resource>
friend class sliding_window_vector_stream
friend

Member Data Documentation

◆ inc1

int aie::detail::sliding_window_dim_2d::inc1

◆ inc2

int aie::detail::sliding_window_dim_2d::inc2

◆ num1

unsigned aie::detail::sliding_window_dim_2d::num1

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