ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter_pal::PoolParams Struct Reference

#include <Params.h>

Collaboration diagram for luci_interpreter_pal::PoolParams:

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
 

Detailed Description

Definition at line 223 of file Params.h.

Field Documentation

◆ activation

FusedActivationFunctionType luci_interpreter_pal::PoolParams::activation

Definition at line 225 of file Params.h.

◆ filter_height

◆ filter_width

◆ float_activation_max

float luci_interpreter_pal::PoolParams::float_activation_max

◆ float_activation_min

float luci_interpreter_pal::PoolParams::float_activation_min

◆ padding_type

PaddingType luci_interpreter_pal::PoolParams::padding_type

Definition at line 226 of file Params.h.

◆ padding_values

◆ quantized_activation_max

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().

◆ quantized_activation_min

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().

◆ stride_height

◆ stride_width


The documentation for this struct was generated from the following file: