ONE - On-device Neural Engine
|
#include <Params.h>
Data Fields | |
FusedActivationFunctionType | activation |
PaddingType | padding_type |
PaddingValues | padding_values |
int | stride_height |
int | stride_width |
int | filter_height |
int | filter_width |
int32_t | quantized_activation_min |
int32_t | quantized_activation_max |
float | float_activation_min |
float | float_activation_max |
FusedActivationFunctionType luci_interpreter_pal::PoolParams::activation |
int luci_interpreter_pal::PoolParams::filter_height |
Definition at line 230 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), luci_interpreter_pal::AveragePool(), luci_interpreter_pal::L2Pool(), luci_interpreter_pal::MaxPool(), and luci_interpreter_pal::MaxPool().
int luci_interpreter_pal::PoolParams::filter_width |
Definition at line 231 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), luci_interpreter_pal::AveragePool(), luci_interpreter_pal::L2Pool(), luci_interpreter_pal::MaxPool(), and luci_interpreter_pal::MaxPool().
float luci_interpreter_pal::PoolParams::float_activation_max |
Definition at line 237 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), luci_interpreter_pal::L2Pool(), and luci_interpreter_pal::MaxPool().
float luci_interpreter_pal::PoolParams::float_activation_min |
Definition at line 236 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), luci_interpreter_pal::L2Pool(), and luci_interpreter_pal::MaxPool().
PaddingType luci_interpreter_pal::PoolParams::padding_type |
PaddingValues luci_interpreter_pal::PoolParams::padding_values |
Definition at line 227 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), luci_interpreter_pal::AveragePool(), luci_interpreter::createPoolParams(), luci_interpreter_pal::L2Pool(), luci_interpreter_pal::MaxPool(), and luci_interpreter_pal::MaxPool().
int32_t luci_interpreter_pal::PoolParams::quantized_activation_max |
Definition at line 234 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), and luci_interpreter_pal::MaxPool().
int32_t luci_interpreter_pal::PoolParams::quantized_activation_min |
Definition at line 233 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), and luci_interpreter_pal::MaxPool().
int luci_interpreter_pal::PoolParams::stride_height |
Definition at line 228 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), luci_interpreter_pal::AveragePool(), luci_interpreter_pal::L2Pool(), luci_interpreter_pal::MaxPool(), and luci_interpreter_pal::MaxPool().
int luci_interpreter_pal::PoolParams::stride_width |
Definition at line 229 of file Params.h.
Referenced by luci_interpreter_pal::AveragePool(), luci_interpreter_pal::AveragePool(), luci_interpreter_pal::L2Pool(), luci_interpreter_pal::MaxPool(), and luci_interpreter_pal::MaxPool().