darknet  v3
Functions
gru_layer.h File Reference
#include "activations.h"
#include "layer.h"
#include "network.h"
Include dependency graph for gru_layer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

layer make_gru_layer (int batch, int inputs, int outputs, int steps, int batch_normalize, int adam)
 
void forward_gru_layer (layer l, network state)
 
void backward_gru_layer (layer l, network state)
 
void update_gru_layer (layer l, update_args a)
 

Function Documentation

◆ backward_gru_layer()

void backward_gru_layer ( layer  l,
network  state 
)

Definition at line 204 of file gru_layer.c.

◆ forward_gru_layer()

void forward_gru_layer ( layer  l,
network  state 
)

Definition at line 128 of file gru_layer.c.

◆ make_gru_layer()

layer make_gru_layer ( int  batch,
int  inputs,
int  outputs,
int  steps,
int  batch_normalize,
int  adam 
)

Definition at line 29 of file gru_layer.c.

◆ update_gru_layer()

void update_gru_layer ( layer  l,
update_args  a 
)

Definition at line 118 of file gru_layer.c.