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

Data Fields | |
| int32_t | radius |
| float | bias |
| float | alpha |
| float | beta |
Definition at line 137 of file KernelParams.h.
| float luci_interpreter::LocalResponseNormalizationParams::alpha |
Definition at line 141 of file KernelParams.h.
Referenced by luci_interpreter::kernels::LocalResponseNormalization::execute().
| float luci_interpreter::LocalResponseNormalizationParams::beta |
Definition at line 142 of file KernelParams.h.
Referenced by luci_interpreter::kernels::LocalResponseNormalization::execute().
| float luci_interpreter::LocalResponseNormalizationParams::bias |
Definition at line 140 of file KernelParams.h.
Referenced by luci_interpreter::kernels::LocalResponseNormalization::execute().
| int32_t luci_interpreter::LocalResponseNormalizationParams::radius |
Definition at line 139 of file KernelParams.h.
Referenced by luci_interpreter::build_kernel_CircleLocalResponseNormalization(), and luci_interpreter::kernels::LocalResponseNormalization::execute().