CMSIS-NN
CMSIS NN Software Library
|
Data Fields | |
int16_t * | input_gate |
int16_t * | forget_gate |
int16_t * | cell_gate |
int16_t * | output_gate |
int8_t * | scratch |
LSTM scratch buffer container
int16_t* cell_gate |
int16_t* forget_gate |
int16_t* input_gate |
int16_t* output_gate |
int8_t* scratch |