ONE - On-device Neural Engine
|
#include <Types.h>
Data Fields | |
double | beta |
int | axis |
int32_t | input_multiplier |
int32_t | input_left_shift |
int32_t | reverse_scaling_divisor |
int32_t | reverse_scaling_right_shift |
int | diff_min |
int32_t | zero_point |
float | scale |
float * | table |
uint8_t * | uint8_table1 |
uint8_t * | uint8_table2 |
int nnfw::cker::SoftmaxParams::axis |
Definition at line 107 of file Types.h.
Referenced by nnfw::cker::LogSoftmax(), nnfw::cker::LogSoftmax(), onert::backend::cpu::ops::LogSoftMaxLayer::logsoftmaxFloat32(), and onert::backend::cpu::ops::LogSoftMaxLayer::logsoftmaxQuant8().
double nnfw::cker::SoftmaxParams::beta |
Definition at line 106 of file Types.h.
Referenced by nnfw::cker::LogSoftmax(), nnfw::cker::LogSoftmax(), onert::backend::cpu::ops::LogSoftMaxLayer::logsoftmaxFloat32(), onert::backend::cpu::ops::LogSoftMaxLayer::logsoftmaxQuant8(), nnfw::cker::reference::Softmax(), nnfw::cker::Softmax(), and onert::backend::cpu::ops::SoftMaxLayer::softmaxFloat32().
int32_t nnfw::cker::SoftmaxParams::reverse_scaling_right_shift |
float nnfw::cker::SoftmaxParams::scale |
Definition at line 116 of file Types.h.
Referenced by nnfw::cker::LogSoftmax(), onert::backend::cpu::ops::LogSoftMaxLayer::logsoftmaxQuant8(), nnfw::cker::Softmax(), and onert::backend::cpu::ops::SoftMaxLayer::softmaxQuant8().
float* nnfw::cker::SoftmaxParams::table |
Definition at line 117 of file Types.h.
Referenced by nnfw::cker::LogSoftmax(), onert::backend::cpu::ops::LogSoftMaxLayer::logsoftmaxQuant8(), nnfw::cker::Softmax(), and onert::backend::cpu::ops::SoftMaxLayer::softmaxQuant8().
uint8_t* nnfw::cker::SoftmaxParams::uint8_table1 |
Definition at line 118 of file Types.h.
Referenced by onert::backend::cpu::ops::SoftMaxLayer::softmaxQuant8().
uint8_t* nnfw::cker::SoftmaxParams::uint8_table2 |
Definition at line 119 of file Types.h.
Referenced by onert::backend::cpu::ops::SoftMaxLayer::softmaxQuant8().
int32_t nnfw::cker::SoftmaxParams::zero_point |
Definition at line 115 of file Types.h.
Referenced by nnfw::cker::LogSoftmax(), onert::backend::cpu::ops::LogSoftMaxLayer::logsoftmaxQuant8(), nnfw::cker::Softmax(), and onert::backend::cpu::ops::SoftMaxLayer::softmaxQuant8().