FFmpeg
Data Fields
DenseLayer Struct Reference

Data Fields

const floatbias
 
const floatinput_weights
 
int nb_inputs
 
int nb_neurons
 
int activation
 

Detailed Description

Definition at line 74 of file af_arnndn.c.

Field Documentation

◆ bias

const float* DenseLayer::bias

Definition at line 75 of file af_arnndn.c.

Referenced by compute_dense().

◆ input_weights

const float* DenseLayer::input_weights

Definition at line 76 of file af_arnndn.c.

Referenced by compute_dense().

◆ nb_inputs

int DenseLayer::nb_inputs

Definition at line 77 of file af_arnndn.c.

Referenced by compute_dense().

◆ nb_neurons

int DenseLayer::nb_neurons

Definition at line 78 of file af_arnndn.c.

Referenced by compute_dense(), and rnnoise_model_from_file().

◆ activation

int DenseLayer::activation

Definition at line 79 of file af_arnndn.c.

Referenced by compute_dense().


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