Struct cmsis_nn_lstm_params¶
Defined in File arm_nn_types.h
Struct Documentation¶
-
struct cmsis_nn_lstm_params¶
CMSIS-NN object for LSTM parameters
Public Members
-
int32_t time_major¶
0 if first dimension is batch, else first dimension is time
-
int32_t batch_size¶
-
int32_t time_steps¶
-
int32_t input_size¶
Size of new data input into the LSTM cell
Size of output from the LSTM cell, used as output and recursively into the next time step
-
int32_t input_offset¶
-
int32_t forget_to_cell_multiplier¶
-
int32_t forget_to_cell_shift¶
-
int32_t input_to_cell_multiplier¶
-
int32_t input_to_cell_shift¶
-
int32_t cell_clip¶
Min/max value of cell output
-
int32_t cell_scale_power¶
-
int32_t output_multiplier¶
-
int32_t output_shift¶
-
int32_t output_offset¶
-
cmsis_nn_lstm_gate forget_gate¶
-
cmsis_nn_lstm_gate input_gate¶
-
cmsis_nn_lstm_gate cell_gate¶
-
cmsis_nn_lstm_gate output_gate¶
-
int32_t time_major¶