Struct cmsis_nn_lstm_context_f32

Struct Documentation

struct cmsis_nn_lstm_context_f32

Scratch and mutable state buffers for a float32 LSTM invocation.

Public Members

float32_t *temp1

Temporary buffer used by matrix and gate computations.

float32_t *temp2

Temporary buffer used by matrix and gate computations.

float32_t *cell_state

Mutable cell-state buffer.