Struct cmsis_nn_lstm_context_f16

Struct Documentation

struct cmsis_nn_lstm_context_f16

Scratch and mutable state buffers for a float32 LSTM invocation.

Public Members

float16_t *temp1

Temporary buffer used by matrix and gate computations.

float16_t *temp2

Temporary buffer used by matrix and gate computations.

float16_t *cell_state

Mutable cell-state buffer.