ONE - On-device Neural Engine
|
#include <OMKernelData.h>
Data Fields | |
float | beta |
int32_t | input_multiplier |
int32_t | input_left_shift |
int | diff_min |
int | num_rows |
int | row_size |
int32_t | input_zp |
int32_t | output_zp |
float | input_scale |
float | output_scale |
Definition at line 45 of file OMKernelData.h.
float onert_micro::core::SoftmaxParams::beta |
Definition at line 47 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax(), and onert_micro::execute::pal::Softmax< float, float >().
int onert_micro::core::SoftmaxParams::diff_min |
Definition at line 50 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax< int8_t, int8_t >().
int32_t onert_micro::core::SoftmaxParams::input_left_shift |
Definition at line 49 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax< int8_t, int8_t >().
int32_t onert_micro::core::SoftmaxParams::input_multiplier |
Definition at line 48 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax< int8_t, int8_t >().
float onert_micro::core::SoftmaxParams::input_scale |
Definition at line 55 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax().
int32_t onert_micro::core::SoftmaxParams::input_zp |
Definition at line 53 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax().
int onert_micro::core::SoftmaxParams::num_rows |
Definition at line 51 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax(), onert_micro::execute::pal::Softmax< float, float >(), and onert_micro::execute::pal::Softmax< int8_t, int8_t >().
float onert_micro::core::SoftmaxParams::output_scale |
Definition at line 56 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax().
int32_t onert_micro::core::SoftmaxParams::output_zp |
Definition at line 54 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax().
int onert_micro::core::SoftmaxParams::row_size |
Definition at line 52 of file OMKernelData.h.
Referenced by onert_micro::execute::pal::Softmax(), onert_micro::execute::pal::Softmax< float, float >(), and onert_micro::execute::pal::Softmax< int8_t, int8_t >().