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

#include <OMKernelData.h>

Collaboration diagram for onert_micro::core::ConvQuant:

Data Fields

int32_t pad_h
 
int32_t pad_w
 
int32_t stride_w
 
int32_t stride_h
 
int32_t stride_width
 
int32_t stride_height
 
int32_t dilation_width_factor
 
int32_t dilation_height_factor
 
int32_t input_offset
 
int32_t weights_offset
 
int32_t output_offset
 
int32_t output_multiplier
 
int32_t output_shift
 
int32_t quantized_activation_min
 
int32_t quantized_activation_max
 
int32_t depth_multiplier
 
std::vector< int32_t > per_channel_output_multiplier
 
std::vector< int > per_channel_output_shift
 

Detailed Description

Definition at line 138 of file OMKernelData.h.

Field Documentation

◆ depth_multiplier

int32_t onert_micro::core::ConvQuant::depth_multiplier

Definition at line 155 of file OMKernelData.h.

Referenced by onert_micro::execute::pal::DepthwiseConvPerChannel().

◆ dilation_height_factor

int32_t onert_micro::core::ConvQuant::dilation_height_factor

◆ dilation_width_factor

int32_t onert_micro::core::ConvQuant::dilation_width_factor

◆ input_offset

int32_t onert_micro::core::ConvQuant::input_offset

◆ output_multiplier

int32_t onert_micro::core::ConvQuant::output_multiplier

Definition at line 151 of file OMKernelData.h.

◆ output_offset

int32_t onert_micro::core::ConvQuant::output_offset

◆ output_shift

int32_t onert_micro::core::ConvQuant::output_shift

Definition at line 152 of file OMKernelData.h.

◆ pad_h

int32_t onert_micro::core::ConvQuant::pad_h

◆ pad_w

int32_t onert_micro::core::ConvQuant::pad_w

◆ per_channel_output_multiplier

std::vector<int32_t> onert_micro::core::ConvQuant::per_channel_output_multiplier

◆ per_channel_output_shift

std::vector<int> onert_micro::core::ConvQuant::per_channel_output_shift

◆ quantized_activation_max

int32_t onert_micro::core::ConvQuant::quantized_activation_max

◆ quantized_activation_min

int32_t onert_micro::core::ConvQuant::quantized_activation_min

◆ stride_h

int32_t onert_micro::core::ConvQuant::stride_h

Definition at line 143 of file OMKernelData.h.

◆ stride_height

int32_t onert_micro::core::ConvQuant::stride_height

◆ stride_w

int32_t onert_micro::core::ConvQuant::stride_w

Definition at line 142 of file OMKernelData.h.

◆ stride_width

int32_t onert_micro::core::ConvQuant::stride_width

◆ weights_offset

int32_t onert_micro::core::ConvQuant::weights_offset

Definition at line 149 of file OMKernelData.h.

Referenced by onert_micro::execute::createConvParams().


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