ONE - On-device Neural Engine
|
#include <Params.h>
Data Fields | |
BroadcastableOpCategory | broadcast_category |
int32_t | input1_offset |
int32_t | input2_offset |
int32_t | output_offset |
int32_t | output_multiplier |
int | output_shift |
int | left_shift |
int32_t | input1_multiplier |
int | input1_shift |
int32_t | input2_multiplier |
int | input2_shift |
int32_t | quantized_activation_min |
int32_t | quantized_activation_max |
float | float_activation_min |
float | float_activation_max |
int64_t | int64_activation_min |
int64_t | int64_activation_max |
int | broadcast_shape [5] |
BroadcastableOpCategory luci_interpreter_pal::ArithmeticParams::broadcast_category |
Definition at line 180 of file Params.h.
Referenced by luci_interpreter_pal::ProcessBroadcastShapes().
int luci_interpreter_pal::ArithmeticParams::broadcast_shape[5] |
float luci_interpreter_pal::ArithmeticParams::float_activation_max |
float luci_interpreter_pal::ArithmeticParams::float_activation_min |
int32_t luci_interpreter_pal::ArithmeticParams::input1_multiplier |
Definition at line 189 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), and luci_interpreter_pal::Add< int8_t >().
int32_t luci_interpreter_pal::ArithmeticParams::input1_offset |
Definition at line 182 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), luci_interpreter_pal::Add< int8_t >(), luci_interpreter_pal::Mul< int16_t >(), luci_interpreter_pal::Mul< int8_t >(), and luci_interpreter_pal::lstm_internal::mulElementwise().
int luci_interpreter_pal::ArithmeticParams::input1_shift |
Definition at line 190 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), and luci_interpreter_pal::Add< int8_t >().
int32_t luci_interpreter_pal::ArithmeticParams::input2_multiplier |
Definition at line 191 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), and luci_interpreter_pal::Add< int8_t >().
int32_t luci_interpreter_pal::ArithmeticParams::input2_offset |
Definition at line 183 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), luci_interpreter_pal::Add< int8_t >(), luci_interpreter_pal::Mul< int16_t >(), luci_interpreter_pal::Mul< int8_t >(), and luci_interpreter_pal::lstm_internal::mulElementwise().
int luci_interpreter_pal::ArithmeticParams::input2_shift |
Definition at line 192 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), and luci_interpreter_pal::Add< int8_t >().
int64_t luci_interpreter_pal::ArithmeticParams::int64_activation_max |
int64_t luci_interpreter_pal::ArithmeticParams::int64_activation_min |
int luci_interpreter_pal::ArithmeticParams::left_shift |
Definition at line 188 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), luci_interpreter_pal::Add< int8_t >(), and luci_interpreter::kernels::evalTISOQuantizedKernel().
int32_t luci_interpreter_pal::ArithmeticParams::output_multiplier |
Definition at line 185 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), luci_interpreter_pal::Add< int8_t >(), luci_interpreter_pal::Mul< int16_t >(), luci_interpreter_pal::Mul< int8_t >(), and luci_interpreter_pal::lstm_internal::mulElementwise().
int32_t luci_interpreter_pal::ArithmeticParams::output_offset |
Definition at line 184 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), luci_interpreter_pal::Add< int8_t >(), luci_interpreter_pal::Mul< int16_t >(), luci_interpreter_pal::Mul< int8_t >(), and luci_interpreter_pal::lstm_internal::mulElementwise().
int luci_interpreter_pal::ArithmeticParams::output_shift |
Definition at line 186 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), luci_interpreter_pal::Add< int8_t >(), luci_interpreter_pal::Mul< int16_t >(), luci_interpreter_pal::Mul< int8_t >(), and luci_interpreter_pal::lstm_internal::mulElementwise().
int32_t luci_interpreter_pal::ArithmeticParams::quantized_activation_max |
Definition at line 195 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), luci_interpreter_pal::Add< int8_t >(), luci_interpreter_pal::Mul< int16_t >(), luci_interpreter_pal::Mul< int8_t >(), and luci_interpreter_pal::lstm_internal::mulElementwise().
int32_t luci_interpreter_pal::ArithmeticParams::quantized_activation_min |
Definition at line 194 of file Params.h.
Referenced by luci_interpreter_pal::Add< int16_t >(), luci_interpreter_pal::Add< int8_t >(), luci_interpreter_pal::Mul< int16_t >(), luci_interpreter_pal::Mul< int8_t >(), and luci_interpreter_pal::lstm_internal::mulElementwise().