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

#include <OMKernelData.h>

Collaboration diagram for onert_micro::core::SoftmaxParams:

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
 

Detailed Description

Definition at line 45 of file OMKernelData.h.

Field Documentation

◆ beta

float onert_micro::core::SoftmaxParams::beta

◆ diff_min

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 >().

◆ input_left_shift

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 >().

◆ input_multiplier

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 >().

◆ input_scale

float onert_micro::core::SoftmaxParams::input_scale

Definition at line 55 of file OMKernelData.h.

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

◆ input_zp

int32_t onert_micro::core::SoftmaxParams::input_zp

Definition at line 53 of file OMKernelData.h.

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

◆ num_rows

◆ output_scale

float onert_micro::core::SoftmaxParams::output_scale

Definition at line 56 of file OMKernelData.h.

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

◆ output_zp

int32_t onert_micro::core::SoftmaxParams::output_zp

Definition at line 54 of file OMKernelData.h.

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

◆ row_size


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