Searched refs:hidden_temp (Results 1 – 2 of 2) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_lstm_step_s16.c | 57 int16_t *hidden_temp = buffers->temp2; in arm_nn_lstm_step_s16() local 97 …cell_state, hidden_temp, params->hidden_size * params->batch_size, params->cell_scale_power + 12, … in arm_nn_lstm_step_s16() 99 hidden_temp, in arm_nn_lstm_step_s16()
|
D | arm_nn_lstm_step_s8.c | 56 int16_t *hidden_temp = buffers->temp2; in arm_nn_lstm_step_s8() local 95 …cell_state, hidden_temp, params->hidden_size * params->batch_size, params->cell_scale_power + 12, … in arm_nn_lstm_step_s8() 97 hidden_temp, in arm_nn_lstm_step_s8()
|