![]() |
darknet
v3
|
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) |
Definition at line 204 of file gru_layer.c.
Definition at line 128 of file gru_layer.c.
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.
void update_gru_layer | ( | layer | l, |
update_args | a | ||
) |
Definition at line 118 of file gru_layer.c.