ONE - On-device Neural Engine
|
#include <KernelParams.h>
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 |
Definition at line 81 of file KernelParams.h.
Activation luci_interpreter::DepthwiseConv2DParams::activation |
Definition at line 89 of file KernelParams.h.
int32_t luci_interpreter::DepthwiseConv2DParams::depth_multiplier |
Definition at line 84 of file KernelParams.h.
int32_t luci_interpreter::DepthwiseConv2DParams::dilation_height_factor |
Definition at line 87 of file KernelParams.h.
Referenced by luci_interpreter::kernels::DepthwiseConv2D::configure().
int32_t luci_interpreter::DepthwiseConv2DParams::dilation_width_factor |
Definition at line 88 of file KernelParams.h.
Referenced by luci_interpreter::kernels::DepthwiseConv2D::configure().
Padding luci_interpreter::DepthwiseConv2DParams::padding |
Definition at line 83 of file KernelParams.h.
Referenced by luci_interpreter::build_kernel_CircleDepthwiseConv2D(), and luci_interpreter::kernels::DepthwiseConv2D::configure().
int32_t luci_interpreter::DepthwiseConv2DParams::stride_height |
Definition at line 85 of file KernelParams.h.
Referenced by luci_interpreter::kernels::DepthwiseConv2D::configure().
int32_t luci_interpreter::DepthwiseConv2DParams::stride_width |
Definition at line 86 of file KernelParams.h.
Referenced by luci_interpreter::kernels::DepthwiseConv2D::configure().