FFmpeg
|
Data Fields | |
float * | vad_gru_state |
float * | noise_gru_state |
float * | denoise_gru_state |
RNNModel * | model |
Definition at line 112 of file af_arnndn.c.
float* RNNState::vad_gru_state |
Definition at line 113 of file af_arnndn.c.
Referenced by compute_rnn(), and config_input().
float* RNNState::noise_gru_state |
Definition at line 114 of file af_arnndn.c.
Referenced by compute_rnn(), and config_input().
float* RNNState::denoise_gru_state |
Definition at line 115 of file af_arnndn.c.
Referenced by compute_rnn(), and config_input().
RNNModel* RNNState::model |
Definition at line 116 of file af_arnndn.c.
Referenced by compute_rnn(), and config_input().