Struct cmsis_nn_lstm_context_f32¶
Defined in File arm_nn_types_flt.h
Struct Documentation¶
-
struct cmsis_nn_lstm_context_f32¶
Scratch and mutable state buffers for a float32 LSTM invocation.
Public Members
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.