ONE - On-device Neural Engine
|
#include <OMKernelData.h>
Data Fields | |
int32_t | left_padding_count |
int32_t | left_padding [5] |
int32_t | right_padding_count |
int32_t | right_padding [5] |
Definition at line 197 of file OMKernelData.h.
int32_t onert_micro::core::PadParams::left_padding[5] |
Definition at line 200 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Pad().
int32_t onert_micro::core::PadParams::left_padding_count |
Definition at line 199 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Pad().
int32_t onert_micro::core::PadParams::right_padding[5] |
Definition at line 202 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Pad().
int32_t onert_micro::core::PadParams::right_padding_count |
Definition at line 201 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Pad().