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

Data Fields | |
| Padding | padding |
| int32_t | filter_height |
| int32_t | filter_width |
| int32_t | stride_height |
| int32_t | stride_width |
| Activation | activation |
Definition at line 166 of file KernelParams.h.
| Activation luci_interpreter::Pool2DParams::activation |
Definition at line 173 of file KernelParams.h.
| int32_t luci_interpreter::Pool2DParams::filter_height |
Definition at line 169 of file KernelParams.h.
Referenced by luci_interpreter::kernels::AveragePool2D::configure(), luci_interpreter::kernels::MaxPool2D::configure(), and luci_interpreter::kernels::L2Pool2D::execute().
| int32_t luci_interpreter::Pool2DParams::filter_width |
Definition at line 170 of file KernelParams.h.
Referenced by luci_interpreter::kernels::AveragePool2D::configure(), luci_interpreter::kernels::MaxPool2D::configure(), and luci_interpreter::kernels::L2Pool2D::execute().
| Padding luci_interpreter::Pool2DParams::padding |
Definition at line 168 of file KernelParams.h.
Referenced by luci_interpreter::build_kernel_CircleAveragePool2D(), luci_interpreter::build_kernel_CircleL2Pool2D(), luci_interpreter::build_kernel_CircleMaxPool2D(), luci_interpreter::kernels::AveragePool2D::configure(), luci_interpreter::kernels::L2Pool2D::configure(), and luci_interpreter::kernels::MaxPool2D::configure().
| int32_t luci_interpreter::Pool2DParams::stride_height |
Definition at line 171 of file KernelParams.h.
Referenced by luci_interpreter::kernels::AveragePool2D::configure(), luci_interpreter::kernels::MaxPool2D::configure(), and luci_interpreter::kernels::L2Pool2D::execute().
| int32_t luci_interpreter::Pool2DParams::stride_width |
Definition at line 172 of file KernelParams.h.
Referenced by luci_interpreter::kernels::AveragePool2D::configure(), luci_interpreter::kernels::MaxPool2D::configure(), and luci_interpreter::kernels::L2Pool2D::execute().