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

#include <KernelParams.h>

Collaboration diagram for luci_interpreter::DepthwiseConv2DParams:

Data Fields

Padding padding
 
int32_t depth_multiplier
 
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 81 of file KernelParams.h.

Field Documentation

◆ activation

Activation luci_interpreter::DepthwiseConv2DParams::activation

Definition at line 89 of file KernelParams.h.

◆ depth_multiplier

int32_t luci_interpreter::DepthwiseConv2DParams::depth_multiplier

Definition at line 84 of file KernelParams.h.

◆ dilation_height_factor

int32_t luci_interpreter::DepthwiseConv2DParams::dilation_height_factor

◆ dilation_width_factor

int32_t luci_interpreter::DepthwiseConv2DParams::dilation_width_factor

◆ padding

Padding luci_interpreter::DepthwiseConv2DParams::padding

◆ stride_height

int32_t luci_interpreter::DepthwiseConv2DParams::stride_height

◆ stride_width

int32_t luci_interpreter::DepthwiseConv2DParams::stride_width

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