ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnop::StrideInfo Class Reference

#include <StrideInfo.h>

Public Member Functions

 StrideInfo (uint32_t vertical, uint32_t horizontal)
 
uint32_t vertical (void) const
 
uint32_t horizontal (void) const
 

Detailed Description

Definition at line 25 of file StrideInfo.h.

Constructor & Destructor Documentation

◆ StrideInfo()

nnop::StrideInfo::StrideInfo ( uint32_t  vertical,
uint32_t  horizontal 
)
inline

Definition at line 28 of file StrideInfo.h.

28 : _vertical{vertical}, _horizontal{horizontal}
29 {
30 // DO NOTHING
31 }
uint32_t vertical(void) const
Definition StrideInfo.h:34
uint32_t horizontal(void) const
Definition StrideInfo.h:35

Member Function Documentation

◆ horizontal()

uint32_t nnop::StrideInfo::horizontal ( void  ) const
inline

Definition at line 35 of file StrideInfo.h.

35{ return _horizontal; }

Referenced by nnop::conv().

◆ vertical()

uint32_t nnop::StrideInfo::vertical ( void  ) const
inline

Definition at line 34 of file StrideInfo.h.

34{ return _vertical; }

Referenced by nnop::conv().


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