Skip to main content

Module recurrent

Module recurrent 

Source
Expand description

Advanced recurrent neural network layers (LSTM, SVDF).

Structs§

LstmGateParams
Quantized parameters for an LSTM cell gate.

Functions§

lstm_step_s8_s16
Unidirectional LSTM cell step for quantized int8/int16 state tensors (lstm_step_s8_s16).
lstm_step_s16
Full int16 Unidirectional LSTM cell step (lstm_step_s16).
svdf_s8
SVDF (Singular Value Decomposition Filter) layer step for int8 tensors (svdf_s8).
svdf_state_s16_s8
SVDF layer step with int16 state tensor (svdf_state_s16_s8).