Searched refs:recurrent_to_cell_scaling (Results 1 – 3 of 3) sorted by relevance
75 lstm.recurrent_to_cell_scaling.multiplier = LSTM_1_RECURRENT_TO_CELL_MULTIPLIER; in lstm_1_arm_lstm_unidirectional_s16_s8()76 lstm.recurrent_to_cell_scaling.shift = LSTM_1_RECURRENT_TO_CELL_SHIFT; in lstm_1_arm_lstm_unidirectional_s16_s8()169 lstm.recurrent_to_cell_scaling.multiplier = LSTM_2_RECURRENT_TO_CELL_MULTIPLIER; in lstm_2_arm_lstm_unidirectional_s16_s8()170 lstm.recurrent_to_cell_scaling.shift = LSTM_2_RECURRENT_TO_CELL_SHIFT; in lstm_2_arm_lstm_unidirectional_s16_s8()269 lstm.recurrent_to_cell_scaling.multiplier = LSTM_ONE_TIME_STEP_RECURRENT_TO_CELL_MULTIPLIER; in lstm_one_time_step_arm_lstm_unidirectional_s16_s8()270 lstm.recurrent_to_cell_scaling.shift = LSTM_ONE_TIME_STEP_RECURRENT_TO_CELL_SHIFT; in lstm_one_time_step_arm_lstm_unidirectional_s16_s8()
105 lstm->recurrent_to_cell_scaling, in arm_nn_lstm_step_s8_s16()
213 cmsis_nn_scaling recurrent_to_cell_scaling; member