|
ONE - On-device Neural Engine
|
#include <Params.h>

Data Fields | |
| int32_t | input_offset |
| int32_t | weights_offset |
| const float * | weights_scales |
| bool | is_channel_wise_quant |
| int32_t | output_offset |
| int32_t | output_multiplier |
| int | output_shift |
| int32_t | quantized_activation_min |
| int32_t | quantized_activation_max |
| float | float_activation_min |
| float | float_activation_max |
| bool | lhs_cacheable |
| bool | rhs_cacheable |
| float luci_interpreter_pal::FullyConnectedParams::float_activation_max |
Definition at line 58 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), and luci_interpreter_pal::FullyConnected().
| float luci_interpreter_pal::FullyConnectedParams::float_activation_min |
Definition at line 57 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), and luci_interpreter_pal::FullyConnected().
| int32_t luci_interpreter_pal::FullyConnectedParams::input_offset |
Definition at line 46 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), luci_interpreter_pal::FullyConnected(), luci_interpreter_pal::FullyConnected(), and luci_interpreter_pal::FullyConnected< int8_t >().
| bool luci_interpreter_pal::FullyConnectedParams::is_channel_wise_quant |
Definition at line 49 of file Params.h.
Referenced by luci_interpreter_pal::FullyConnected().
| bool luci_interpreter_pal::FullyConnectedParams::lhs_cacheable |
| int32_t luci_interpreter_pal::FullyConnectedParams::output_multiplier |
Definition at line 51 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), luci_interpreter_pal::FullyConnected(), luci_interpreter_pal::FullyConnected(), and luci_interpreter_pal::FullyConnected< int8_t >().
| int32_t luci_interpreter_pal::FullyConnectedParams::output_offset |
Definition at line 50 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), luci_interpreter_pal::FullyConnected(), luci_interpreter_pal::FullyConnected(), and luci_interpreter_pal::FullyConnected< int8_t >().
| int luci_interpreter_pal::FullyConnectedParams::output_shift |
Definition at line 52 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), luci_interpreter_pal::FullyConnected(), luci_interpreter_pal::FullyConnected(), and luci_interpreter_pal::FullyConnected< int8_t >().
| int32_t luci_interpreter_pal::FullyConnectedParams::quantized_activation_max |
Definition at line 55 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), luci_interpreter_pal::FullyConnected(), luci_interpreter_pal::FullyConnected(), and luci_interpreter_pal::FullyConnected< int8_t >().
| int32_t luci_interpreter_pal::FullyConnectedParams::quantized_activation_min |
Definition at line 54 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), luci_interpreter_pal::FullyConnected(), luci_interpreter_pal::FullyConnected(), and luci_interpreter_pal::FullyConnected< int8_t >().
| bool luci_interpreter_pal::FullyConnectedParams::rhs_cacheable |
| int32_t luci_interpreter_pal::FullyConnectedParams::weights_offset |
Definition at line 47 of file Params.h.
Referenced by luci_interpreter_pal::lstm_internal::calculateLstmGate(), luci_interpreter_pal::FullyConnected(), luci_interpreter_pal::FullyConnected(), and luci_interpreter_pal::FullyConnected< int8_t >().
| const float* luci_interpreter_pal::FullyConnectedParams::weights_scales |
Definition at line 48 of file Params.h.
Referenced by luci_interpreter_pal::FullyConnected().