![]() |
darknet
v3
|


Go to the source code of this file.
Macros | |
| #define | USET |
Functions | |
| layer | make_rnn_layer (int batch, int inputs, int outputs, int steps, ACTIVATION activation, int batch_normalize, int adam) |
| void | forward_rnn_layer (layer l, network net) |
| void | backward_rnn_layer (layer l, network net) |
| void | update_rnn_layer (layer l, update_args a) |
| #define USET |
Definition at line 8 of file rnn_layer.h.
Definition at line 130 of file rnn_layer.c.
Definition at line 89 of file rnn_layer.c.
| layer make_rnn_layer | ( | int | batch, |
| int | inputs, | ||
| int | outputs, | ||
| int | steps, | ||
| ACTIVATION | activation, | ||
| int | batch_normalize, | ||
| int | adam | ||
| ) |
Definition at line 29 of file rnn_layer.c.
| void update_rnn_layer | ( | layer | l, |
| update_args | a | ||
| ) |
Definition at line 82 of file rnn_layer.c.
1.8.13