ONE - On-device Neural Engine
Loading...
Searching...
No Matches
loco::Stride< 2 > Class Referencefinal

Stride configuration for 2D spatial operations. More...

#include <Stride.h>

Public Member Functions

uint32_t vertical (void) const
 
void vertical (uint32_t value)
 
uint32_t horizontal (void) const
 
void horizontal (uint32_t value)
 

Detailed Description

Stride configuration for 2D spatial operations.

Definition at line 33 of file Stride.h.

Member Function Documentation

◆ horizontal() [1/2]

void loco::Stride< 2 >::horizontal ( uint32_t  value)
inline

Definition at line 41 of file Stride.h.

41{ _horizontal = value; }

◆ horizontal() [2/2]

◆ vertical() [1/2]

void loco::Stride< 2 >::vertical ( uint32_t  value)
inline

Definition at line 37 of file Stride.h.

37{ _vertical = value; }

◆ vertical() [2/2]


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