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

Data Fields | |
| PaddingValues | padding_values {0, 0} |
| int | stride_height {0} |
| int | stride_width {0} |
| int | filter_height {0} |
| int | filter_width {0} |
| int32_t | quantized_activation_min {0} |
| int32_t | quantized_activation_max {0} |
| float | float_activation_min {0.0f} |
| float | float_activation_max {0.0f} |
| int nnfw::cker::PoolParams::filter_height {0} |
Definition at line 92 of file Types.h.
Referenced by nnfw::cker::AveragePool16(), nnfw::cker::train::AveragePool2DGrad(), nnfw::cker::AveragePool32(), nnfw::cker::AveragePool< float >(), nnfw::cker::AveragePool< int8_t >(), nnfw::cker::AveragePool< uint8_t >(), nnfw::cker::train::MaxPool2D(), nnfw::cker::MaxPool< float >(), and nnfw::cker::MaxPool< uint8_t >().
| int nnfw::cker::PoolParams::filter_width {0} |
Definition at line 93 of file Types.h.
Referenced by nnfw::cker::AveragePool16(), nnfw::cker::train::AveragePool2DGrad(), nnfw::cker::AveragePool32(), nnfw::cker::AveragePool< float >(), nnfw::cker::AveragePool< int8_t >(), nnfw::cker::AveragePool< uint8_t >(), nnfw::cker::train::MaxPool2D(), nnfw::cker::MaxPool< float >(), and nnfw::cker::MaxPool< uint8_t >().
| float nnfw::cker::PoolParams::float_activation_max {0.0f} |
Definition at line 99 of file Types.h.
Referenced by nnfw::cker::AveragePool< float >(), nnfw::cker::train::MaxPool2D(), and nnfw::cker::MaxPool< float >().
| float nnfw::cker::PoolParams::float_activation_min {0.0f} |
Definition at line 98 of file Types.h.
Referenced by nnfw::cker::AveragePool< float >(), nnfw::cker::train::MaxPool2D(), and nnfw::cker::MaxPool< float >().
| PaddingValues nnfw::cker::PoolParams::padding_values {0, 0} |
Definition at line 89 of file Types.h.
Referenced by nnfw::cker::AveragePool16(), nnfw::cker::train::AveragePool2DGrad(), nnfw::cker::AveragePool32(), nnfw::cker::AveragePool< float >(), nnfw::cker::AveragePool< int8_t >(), nnfw::cker::train::MaxPool2D(), nnfw::cker::MaxPool< float >(), and nnfw::cker::MaxPool< uint8_t >().
| int32_t nnfw::cker::PoolParams::quantized_activation_max {0} |
Definition at line 96 of file Types.h.
Referenced by nnfw::cker::AveragePool16(), nnfw::cker::AveragePool32(), nnfw::cker::AveragePool< int8_t >(), and nnfw::cker::MaxPool< uint8_t >().
| int32_t nnfw::cker::PoolParams::quantized_activation_min {0} |
Definition at line 95 of file Types.h.
Referenced by nnfw::cker::AveragePool16(), nnfw::cker::AveragePool32(), nnfw::cker::AveragePool< int8_t >(), and nnfw::cker::MaxPool< uint8_t >().
| int nnfw::cker::PoolParams::stride_height {0} |
Definition at line 90 of file Types.h.
Referenced by nnfw::cker::AveragePool16(), nnfw::cker::train::AveragePool2DGrad(), nnfw::cker::AveragePool32(), nnfw::cker::AveragePool< float >(), nnfw::cker::AveragePool< int8_t >(), nnfw::cker::train::MaxPool2D(), nnfw::cker::MaxPool< float >(), and nnfw::cker::MaxPool< uint8_t >().
| int nnfw::cker::PoolParams::stride_width {0} |
Definition at line 91 of file Types.h.
Referenced by nnfw::cker::AveragePool16(), nnfw::cker::train::AveragePool2DGrad(), nnfw::cker::AveragePool32(), nnfw::cker::AveragePool< float >(), nnfw::cker::AveragePool< int8_t >(), nnfw::cker::train::MaxPool2D(), nnfw::cker::MaxPool< float >(), and nnfw::cker::MaxPool< uint8_t >().