ONE - On-device Neural Engine
Loading...
Searching...
No Matches
locoex::Stride Class Referencefinal

#include <TFLNodes.h>

Public Member Functions

 Stride ()
 
int32_t w () const
 
void w (int32_t w)
 
int32_t h () const
 
void h (int32_t h)
 

Detailed Description

Definition at line 60 of file TFLNodes.h.

Constructor & Destructor Documentation

◆ Stride()

locoex::Stride::Stride ( )
inline

Definition at line 63 of file TFLNodes.h.

63: _w(1), _h(1) {}

Member Function Documentation

◆ h() [1/2]

int32_t locoex::Stride::h ( ) const
inline

Definition at line 68 of file TFLNodes.h.

68{ return _h; }

◆ h() [2/2]

void locoex::Stride::h ( int32_t  h)
inline

Definition at line 69 of file TFLNodes.h.

69{ _h = h; }
int32_t h() const
Definition TFLNodes.h:68

References h().

Referenced by h().

◆ w() [1/2]

int32_t locoex::Stride::w ( ) const
inline

◆ w() [2/2]

void locoex::Stride::w ( int32_t  w)
inline

Definition at line 66 of file TFLNodes.h.

66{ _w = w; }
int32_t w() const
Definition TFLNodes.h:65

References w().

Referenced by w().


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