Struct cmsis_nn_lstm_gate_f16¶
Defined in File arm_nn_types_flt.h
Struct Documentation¶
-
struct cmsis_nn_lstm_gate_f16¶
Read-only weights and bias metadata for one float32 LSTM gate.
Public Members
-
const float16_t *input_weights¶
Input-to-gate weight matrix.
Hidden-state-to-gate weight matrix.
-
const float16_t *bias¶
Optional gate bias vector.
-
arm_nn_activation_type_flt activation_type¶
Gate activation selector.
-
const float16_t *input_weights¶