Searched refs:cmsis_nn_lstm_gate (Results 1 – 6 of 6) sorted by relevance
/cmsis-nn-latest/Include/ |
D | arm_nn_types.h | 238 } cmsis_nn_lstm_gate; typedef 263 cmsis_nn_lstm_gate forget_gate; 264 cmsis_nn_lstm_gate input_gate; 265 cmsis_nn_lstm_gate cell_gate; 266 cmsis_nn_lstm_gate output_gate;
|
D | arm_nnsupportfunctions.h | 1969 const cmsis_nn_lstm_gate *gate_data, 1990 const cmsis_nn_lstm_gate *gate_data,
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s16/ |
D | test_arm_lstm_unidirectional_s16.c | 104 const cmsis_nn_lstm_gate gate_input = {LSTM_1_S16_INPUT_GATE_INPUT_MULTIPLIER, in lstm_1_s16() 116 const cmsis_nn_lstm_gate gate_forget = {LSTM_1_S16_FORGET_GATE_INPUT_MULTIPLIER, in lstm_1_s16() 128 const cmsis_nn_lstm_gate gate_cell = {LSTM_1_S16_CELL_GATE_INPUT_MULTIPLIER, in lstm_1_s16() 140 const cmsis_nn_lstm_gate gate_output = {LSTM_1_S16_OUTPUT_GATE_INPUT_MULTIPLIER, in lstm_1_s16() 250 const cmsis_nn_lstm_gate gate_input = {LSTM_2_S16_INPUT_GATE_INPUT_MULTIPLIER, in lstm_2_s16() 262 const cmsis_nn_lstm_gate gate_forget = {LSTM_2_S16_FORGET_GATE_INPUT_MULTIPLIER, in lstm_2_s16() 274 const cmsis_nn_lstm_gate gate_cell = {LSTM_2_S16_CELL_GATE_INPUT_MULTIPLIER, in lstm_2_s16() 286 const cmsis_nn_lstm_gate gate_output = {LSTM_2_S16_OUTPUT_GATE_INPUT_MULTIPLIER, in lstm_2_s16() 398 const cmsis_nn_lstm_gate gate_input = {LSTM_ONE_TIME_STEP_S16_INPUT_GATE_INPUT_MULTIPLIER, in lstm_one_time_step_s16() 410 const cmsis_nn_lstm_gate gate_forget = {LSTM_ONE_TIME_STEP_S16_FORGET_GATE_INPUT_MULTIPLIER, in lstm_one_time_step_s16() [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s8/ |
D | test_arm_lstm_unidirectional_s8.c | 113 const cmsis_nn_lstm_gate gate_input = {LSTM_1_INPUT_GATE_INPUT_MULTIPLIER, in lstm_1() 125 const cmsis_nn_lstm_gate gate_forget = {LSTM_1_FORGET_GATE_INPUT_MULTIPLIER, in lstm_1() 137 const cmsis_nn_lstm_gate gate_cell = {LSTM_1_CELL_GATE_INPUT_MULTIPLIER, in lstm_1() 149 const cmsis_nn_lstm_gate gate_output = {LSTM_1_OUTPUT_GATE_INPUT_MULTIPLIER, in lstm_1() 267 const cmsis_nn_lstm_gate gate_input = {LSTM_2_INPUT_GATE_INPUT_MULTIPLIER, in lstm_2() 279 const cmsis_nn_lstm_gate gate_forget = {LSTM_2_FORGET_GATE_INPUT_MULTIPLIER, in lstm_2() 291 const cmsis_nn_lstm_gate gate_cell = {LSTM_2_CELL_GATE_INPUT_MULTIPLIER, in lstm_2() 303 const cmsis_nn_lstm_gate gate_output = {LSTM_2_OUTPUT_GATE_INPUT_MULTIPLIER, in lstm_2() 422 const cmsis_nn_lstm_gate gate_input = {LSTM_ONE_TIME_STEP_INPUT_GATE_INPUT_MULTIPLIER, in lstm_one_time_step() 434 const cmsis_nn_lstm_gate gate_forget = {LSTM_ONE_TIME_STEP_FORGET_GATE_INPUT_MULTIPLIER, in lstm_one_time_step() [all …]
|
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_lstm_calculate_gate_s16.c | 49 const cmsis_nn_lstm_gate *gate, in arm_nn_lstm_calculate_gate_s16()
|
D | arm_nn_lstm_calculate_gate_s8_s16.c | 56 const cmsis_nn_lstm_gate *gate, in arm_nn_lstm_calculate_gate_s8_s16()
|