FFmpeg
Data Fields
GRULayer Struct Reference

Data Fields

const floatbias
 
const floatinput_weights
 
const floatrecurrent_weights
 
int nb_inputs
 
int nb_neurons
 
int activation
 

Detailed Description

Definition at line 82 of file af_arnndn.c.

Field Documentation

◆ bias

const float* GRULayer::bias

Definition at line 83 of file af_arnndn.c.

Referenced by compute_gru().

◆ input_weights

const float* GRULayer::input_weights

Definition at line 84 of file af_arnndn.c.

Referenced by compute_gru().

◆ recurrent_weights

const float* GRULayer::recurrent_weights

Definition at line 85 of file af_arnndn.c.

Referenced by compute_gru().

◆ nb_inputs

int GRULayer::nb_inputs

Definition at line 86 of file af_arnndn.c.

Referenced by compute_gru().

◆ nb_neurons

int GRULayer::nb_neurons

Definition at line 87 of file af_arnndn.c.

Referenced by compute_gru().

◆ activation

int GRULayer::activation

Definition at line 88 of file af_arnndn.c.

Referenced by compute_gru().


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