ONE - On-device Neural Engine
|
#include <OMKernelData.h>
Data Fields | |
int32_t | stride_w |
int32_t | stride_h |
int32_t | dilation_width_factor |
int32_t | dilation_height_factor |
int32_t | filter_h |
int32_t | filter_w |
int32_t | pad_h |
int32_t | pad_w |
float | activation_min |
float | activation_max |
int32_t | quantized_activation_min |
int32_t | quantized_activation_max |
Definition at line 72 of file OMKernelData.h.
float onert_micro::core::Pool2DParams::activation_max |
float onert_micro::core::Pool2DParams::activation_min |
Definition at line 82 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::AveragePool(), onert_micro::execute::pal::L2Pool(), and onert_micro::execute::pal::MaxPool().
int32_t onert_micro::core::Pool2DParams::dilation_height_factor |
Definition at line 77 of file OMKernelData.h.
int32_t onert_micro::core::Pool2DParams::dilation_width_factor |
Definition at line 76 of file OMKernelData.h.
int32_t onert_micro::core::Pool2DParams::filter_h |
int32_t onert_micro::core::Pool2DParams::filter_w |
int32_t onert_micro::core::Pool2DParams::pad_h |
int32_t onert_micro::core::Pool2DParams::pad_w |
int32_t onert_micro::core::Pool2DParams::quantized_activation_max |
Definition at line 85 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::AveragePool(), and onert_micro::execute::pal::MaxPool().
int32_t onert_micro::core::Pool2DParams::quantized_activation_min |
Definition at line 84 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::AveragePool(), and onert_micro::execute::pal::MaxPool().
int32_t onert_micro::core::Pool2DParams::stride_h |
int32_t onert_micro::core::Pool2DParams::stride_w |