ONE - On-device Neural Engine
|
#include <Params.h>
Data Fields | |
float | beta |
int32_t | input_multiplier |
int32_t | input_left_shift |
int | diff_min |
int | num_rows |
int | row_size |
float luci_interpreter_pal::SoftmaxParams::beta |
Definition at line 242 of file Params.h.
Referenced by luci_interpreter_pal::Softmax().
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().
int32_t luci_interpreter_pal::SoftmaxParams::input_left_shift |
Definition at line 244 of file Params.h.
Referenced by luci_interpreter_pal::Softmax(), luci_interpreter_pal::Softmax(), and luci_interpreter_pal::Softmax().
int32_t luci_interpreter_pal::SoftmaxParams::input_multiplier |
Definition at line 243 of file Params.h.
Referenced by luci_interpreter_pal::Softmax(), luci_interpreter_pal::Softmax(), and luci_interpreter_pal::Softmax().
int luci_interpreter_pal::SoftmaxParams::num_rows |
Definition at line 246 of file Params.h.
Referenced by luci_interpreter_pal::Softmax(), luci_interpreter_pal::Softmax(), luci_interpreter_pal::Softmax(), and luci_interpreter_pal::Softmax().
int luci_interpreter_pal::SoftmaxParams::row_size |
Definition at line 247 of file Params.h.
Referenced by luci_interpreter_pal::Softmax(), luci_interpreter_pal::Softmax(), luci_interpreter_pal::Softmax(), and luci_interpreter_pal::Softmax().