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 | depth_multiplier |
int32_t | pad_h |
int32_t | pad_w |
float | activation_min |
float | activation_max |
Definition at line 166 of file OMKernelData.h.
float onert_micro::core::FloatConv2D::activation_max |
Definition at line 176 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvFloat(), onert_micro::execute::pal::DepthwiseConv2D< float >(), fmelib.DumpFMEParams.DumpFMEParams::EndAnalysis(), fmelib.DumpFMEParams.DumpFMEParams::record_activaion_max(), and onert_micro::execute::pal::TransposeConv< float >().
float onert_micro::core::FloatConv2D::activation_min |
Definition at line 175 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvFloat(), onert_micro::execute::pal::DepthwiseConv2D< float >(), and onert_micro::execute::pal::TransposeConv< float >().
int32_t onert_micro::core::FloatConv2D::depth_multiplier |
Definition at line 172 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::DepthwiseConv2D< float >().
int32_t onert_micro::core::FloatConv2D::dilation_height_factor |
Definition at line 171 of file OMKernelData.h.
Referenced by onert_micro::train::pal::Conv2DInputGrad(), onert_micro::train::pal::Conv2DWeightGrad(), onert_micro::execute::pal::ConvFloat(), and onert_micro::execute::pal::DepthwiseConv2D< float >().
int32_t onert_micro::core::FloatConv2D::dilation_width_factor |
Definition at line 170 of file OMKernelData.h.
Referenced by onert_micro::train::pal::Conv2DInputGrad(), onert_micro::train::pal::Conv2DWeightGrad(), onert_micro::execute::pal::ConvFloat(), and onert_micro::execute::pal::DepthwiseConv2D< float >().
int32_t onert_micro::core::FloatConv2D::pad_h |
Definition at line 173 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvFloat(), onert_micro::execute::pal::DepthwiseConv2D< float >(), and onert_micro::execute::pal::TransposeConv< float >().
int32_t onert_micro::core::FloatConv2D::pad_w |
Definition at line 174 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::ConvFloat(), onert_micro::execute::pal::DepthwiseConv2D< float >(), and onert_micro::execute::pal::TransposeConv< float >().
int32_t onert_micro::core::FloatConv2D::stride_h |
Definition at line 169 of file OMKernelData.h.
Referenced by onert_micro::train::pal::Conv2DInputGrad(), onert_micro::train::pal::Conv2DWeightGrad(), onert_micro::execute::pal::ConvFloat(), onert_micro::execute::pal::DepthwiseConv2D< float >(), and onert_micro::execute::pal::TransposeConv< float >().
int32_t onert_micro::core::FloatConv2D::stride_w |
Definition at line 168 of file OMKernelData.h.
Referenced by onert_micro::train::pal::Conv2DInputGrad(), onert_micro::train::pal::Conv2DWeightGrad(), onert_micro::execute::pal::ConvFloat(), onert_micro::execute::pal::DepthwiseConv2D< float >(), and onert_micro::execute::pal::TransposeConv< float >().