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

#include <Params.h>

Collaboration diagram for luci_interpreter_pal::SoftmaxParams:

Data Fields

float beta
 
int32_t input_multiplier
 
int32_t input_left_shift
 
int diff_min
 
int num_rows
 
int row_size
 

Detailed Description

Definition at line 240 of file Params.h.

Field Documentation

◆ beta

float luci_interpreter_pal::SoftmaxParams::beta

Definition at line 242 of file Params.h.

Referenced by luci_interpreter_pal::Softmax().

◆ diff_min

int luci_interpreter_pal::SoftmaxParams::diff_min

Definition at line 245 of file Params.h.

Referenced by luci_interpreter_pal::Softmax(), and luci_interpreter_pal::Softmax().

◆ input_left_shift

int32_t luci_interpreter_pal::SoftmaxParams::input_left_shift

◆ input_multiplier

int32_t luci_interpreter_pal::SoftmaxParams::input_multiplier

◆ num_rows

int luci_interpreter_pal::SoftmaxParams::num_rows

◆ row_size

int luci_interpreter_pal::SoftmaxParams::row_size

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