ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert_micro::core::Pool2DParams Struct Reference

#include <OMKernelData.h>

Collaboration diagram for onert_micro::core::Pool2DParams:

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
 

Detailed Description

Definition at line 72 of file OMKernelData.h.

Field Documentation

◆ activation_max

◆ activation_min

float onert_micro::core::Pool2DParams::activation_min

◆ dilation_height_factor

int32_t onert_micro::core::Pool2DParams::dilation_height_factor

Definition at line 77 of file OMKernelData.h.

◆ dilation_width_factor

int32_t onert_micro::core::Pool2DParams::dilation_width_factor

Definition at line 76 of file OMKernelData.h.

◆ filter_h

◆ filter_w

◆ pad_h

◆ pad_w

◆ quantized_activation_max

int32_t onert_micro::core::Pool2DParams::quantized_activation_max

◆ quantized_activation_min

int32_t onert_micro::core::Pool2DParams::quantized_activation_min

◆ stride_h

◆ stride_w


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