ONE - On-device Neural Engine
|
#include <OMKernelData.h>
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 |
Definition at line 138 of file OMKernelData.h.
int32_t onert_micro::core::ConvQuant::depth_multiplier |
Definition at line 155 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::dilation_height_factor |
Definition at line 147 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::dilation_width_factor |
Definition at line 146 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::input_offset |
Definition at line 148 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), onert_micro::execute::createConvParams(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::output_multiplier |
Definition at line 151 of file OMKernelData.h.
int32_t onert_micro::core::ConvQuant::output_offset |
Definition at line 150 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), onert_micro::execute::createConvParams(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::output_shift |
Definition at line 152 of file OMKernelData.h.
int32_t onert_micro::core::ConvQuant::pad_h |
Definition at line 140 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::pad_w |
Definition at line 141 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
std::vector<int32_t> onert_micro::core::ConvQuant::per_channel_output_multiplier |
Definition at line 156 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), onert_micro::execute::createConvParams(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
std::vector<int> onert_micro::core::ConvQuant::per_channel_output_shift |
Definition at line 157 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), onert_micro::execute::createConvParams(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::quantized_activation_max |
Definition at line 154 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), onert_micro::execute::createConvParams(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::quantized_activation_min |
Definition at line 153 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), onert_micro::execute::createConvParams(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::stride_h |
Definition at line 143 of file OMKernelData.h.
int32_t onert_micro::core::ConvQuant::stride_height |
Definition at line 145 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::stride_w |
Definition at line 142 of file OMKernelData.h.
int32_t onert_micro::core::ConvQuant::stride_width |
Definition at line 144 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvPerChannel(), and onert_micro::execute::pal::DepthwiseConvPerChannel().
int32_t onert_micro::core::ConvQuant::weights_offset |
Definition at line 149 of file OMKernelData.h.
Referenced by onert_micro::execute::createConvParams().