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

Functions

void arm_nn_lstm_update_output_s8_s16 (const int n_batch, const int n_cell, const int n_output, int16_t *cell_state, const int32_t cell_state_scale, const int16_t *output_gate, const cmsis_nn_scaling hidden_scaling, const int32_t hidden_offset, int8_t *output_state, int16_t *cell_gate_scratch, int8_t *scratch)
 Calculate the output state tensor of an LSTM step, s8 input/output and s16 weight version. More...