FFmpeg
Data Fields
RNNState Struct Reference

Data Fields

floatvad_gru_state
 
floatnoise_gru_state
 
floatdenoise_gru_state
 
RNNModelmodel
 

Detailed Description

Definition at line 111 of file af_arnndn.c.

Field Documentation

◆ vad_gru_state

float* RNNState::vad_gru_state

Definition at line 112 of file af_arnndn.c.

Referenced by compute_rnn(), and config_input().

◆ noise_gru_state

float* RNNState::noise_gru_state

Definition at line 113 of file af_arnndn.c.

Referenced by compute_rnn(), and config_input().

◆ denoise_gru_state

float* RNNState::denoise_gru_state

Definition at line 114 of file af_arnndn.c.

Referenced by compute_rnn(), and config_input().

◆ model

RNNModel* RNNState::model

Definition at line 115 of file af_arnndn.c.

Referenced by compute_rnn(), and config_input().


The documentation for this struct was generated from the following file: