|
ONE - On-device Neural Engine
|
#include <KernelParams.h>

Data Fields | |
| Padding | padding |
| int32_t | stride_height |
| int32_t | stride_width |
| int32_t | dilation_height_factor |
| int32_t | dilation_width_factor |
| Activation | activation |
Definition at line 60 of file KernelParams.h.
| Activation luci_interpreter::Conv2DParams::activation |
Definition at line 67 of file KernelParams.h.
Referenced by luci_interpreter::kernels::Conv2D::configure().
| int32_t luci_interpreter::Conv2DParams::dilation_height_factor |
Definition at line 65 of file KernelParams.h.
Referenced by luci_interpreter::kernels::Conv2D::configure().
| int32_t luci_interpreter::Conv2DParams::dilation_width_factor |
Definition at line 66 of file KernelParams.h.
Referenced by luci_interpreter::kernels::Conv2D::configure().
| Padding luci_interpreter::Conv2DParams::padding |
Definition at line 62 of file KernelParams.h.
Referenced by luci_interpreter::build_kernel_CircleConv2D(), and luci_interpreter::kernels::Conv2D::configure().
| int32_t luci_interpreter::Conv2DParams::stride_height |
Definition at line 63 of file KernelParams.h.
Referenced by luci_interpreter::kernels::Conv2D::configure().
| int32_t luci_interpreter::Conv2DParams::stride_width |
Definition at line 64 of file KernelParams.h.
Referenced by luci_interpreter::kernels::Conv2D::configure().