Struct cmsis_nn_lstm_gate_f32

Struct Documentation

struct cmsis_nn_lstm_gate_f32

Read-only weights and bias metadata for one float32 LSTM gate.

Public Members

const float32_t *input_weights

Input-to-gate weight matrix.

const float32_t *hidden_weights

Hidden-state-to-gate weight matrix.

const float32_t *bias

Optional gate bias vector.

arm_nn_activation_type_flt activation_type

Gate activation selector.