Expand description
Advanced recurrent neural network layers (LSTM, SVDF).
Structs§
- Lstm
Gate Params - 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).