ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter::Conv2DParams Struct Reference

#include <KernelParams.h>

Collaboration diagram for luci_interpreter::Conv2DParams:

Data Fields

Padding padding
 
int32_t stride_height
 
int32_t stride_width
 
int32_t dilation_height_factor
 
int32_t dilation_width_factor
 
Activation activation
 

Detailed Description

Definition at line 60 of file KernelParams.h.

Field Documentation

◆ activation

Activation luci_interpreter::Conv2DParams::activation

Definition at line 67 of file KernelParams.h.

Referenced by luci_interpreter::kernels::Conv2D::configure().

◆ dilation_height_factor

int32_t luci_interpreter::Conv2DParams::dilation_height_factor

Definition at line 65 of file KernelParams.h.

Referenced by luci_interpreter::kernels::Conv2D::configure().

◆ dilation_width_factor

int32_t luci_interpreter::Conv2DParams::dilation_width_factor

Definition at line 66 of file KernelParams.h.

Referenced by luci_interpreter::kernels::Conv2D::configure().

◆ padding

Padding luci_interpreter::Conv2DParams::padding

◆ stride_height

int32_t luci_interpreter::Conv2DParams::stride_height

Definition at line 63 of file KernelParams.h.

Referenced by luci_interpreter::kernels::Conv2D::configure().

◆ stride_width

int32_t luci_interpreter::Conv2DParams::stride_width

Definition at line 64 of file KernelParams.h.

Referenced by luci_interpreter::kernels::Conv2D::configure().


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