Darknet/YOLO  v3.0-44-gb8253a4
Object Detection Framework
gru_layer.hpp File Reference
Include dependency graph for gru_layer.hpp:
This graph shows which files directly or indirectly include this file:

Functions

layer make_gru_layer (int batch, int inputs, int outputs, int steps, int batch_normalize)
 
void forward_gru_layer (layer l, network_state state)
 
void backward_gru_layer (layer l, network_state state)
 
void update_gru_layer (layer l, int batch, float learning_rate, float momentum, float decay)
 
void forward_gru_layer_gpu (layer l, network_state state)
 
void backward_gru_layer_gpu (layer l, network_state state)
 
void update_gru_layer_gpu (layer l, int batch, float learning_rate, float momentum, float decay, float loss_scale)
 
void push_gru_layer (layer l)
 
void pull_gru_layer (layer l)
 

Function Documentation

◆ make_gru_layer()

layer make_gru_layer ( int  batch,
int  inputs,
int  outputs,
int  steps,
int  batch_normalize 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_gru_layer()

void forward_gru_layer ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_gru_layer()

void backward_gru_layer ( layer  l,
network_state  state 
)
Here is the caller graph for this function:

◆ update_gru_layer()

void update_gru_layer ( layer  l,
int  batch,
float  learning_rate,
float  momentum,
float  decay 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_gru_layer_gpu()

void forward_gru_layer_gpu ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_gru_layer_gpu()

void backward_gru_layer_gpu ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_gru_layer_gpu()

void update_gru_layer_gpu ( layer  l,
int  batch,
float  learning_rate,
float  momentum,
float  decay,
float  loss_scale 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ push_gru_layer()

void push_gru_layer ( layer  l)

◆ pull_gru_layer()

void pull_gru_layer ( layer  l)