CMSIS-NN  
CMSIS NN Software Library
arm_nn_lstm_update_cell_state_s16.c File Reference

Functions

void arm_nn_lstm_update_cell_state_s16 (const int32_t n_block, const int32_t cell_state_scale, int16_t *cell_state, const int16_t *input_gate, const int16_t *forget_gate, const int16_t *cell_gate)
 Update cell state for a single LSTM iteration step, int8x8_16 version. More...