Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 6 of 6) sorted by relevance

/cmsis-nn-3.7.0/Source/NNSupportFunctions/
Darm_nn_lstm_step_s16.c55 int16_t *cell_gate = buffers->temp2; in arm_nn_lstm_step_s16()
57 int16_t *hidden_temp = buffers->temp2; in arm_nn_lstm_step_s16()
Darm_nn_lstm_step_s8.c54 int16_t *cell_gate = buffers->temp2; in arm_nn_lstm_step_s8()
56 int16_t *hidden_temp = buffers->temp2; in arm_nn_lstm_step_s8()
/cmsis-nn-3.7.0/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s16/
Dtest_arm_lstm_unidirectional_s16.c174 buffers.temp2 = buffer2; in lstm_1_s16()
320 buffers.temp2 = buffer2; in lstm_2_s16()
468 buffers.temp2 = buffer2; in lstm_one_time_step_s16()
/cmsis-nn-3.7.0/Tests/UnitTest/TestCases/test_arm_lstm_unidirectional_s8/
Dtest_arm_lstm_unidirectional_s8.c184 buffers.temp2 = buffer2; in lstm_1_arm_lstm_unidirectional_s8()
335 buffers.temp2 = buffer2; in lstm_2_arm_lstm_unidirectional_s8()
488 buffers.temp2 = buffer2; in lstm_one_time_step_arm_lstm_unidirectional_s8()
/cmsis-nn-3.7.0/Tests/UnitTest/
Dfully_connected_settings.py163 temp2 = self.json_template
187 temp2 = self.json_template
206 self.json_template = temp2
/cmsis-nn-3.7.0/Include/
Darm_nn_types.h247 void *temp2; member