Struct cmsis_nn_lstm_context_f16¶
Defined in File arm_nn_types_flt.h
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 (in/out when streaming).
Optional in/out hidden state for streaming; NULL selects stateless. Streaming is NULL-gated, so zero-initialise the context (e.g. designated initialisers) to keep legacy 3-field callers stateless. Matches the quantized cmsis_nn_lstm_context contract.
-
float16_t *temp1¶