![]() |
darknet
v3
|


Go to the source code of this file.
Macros | |
| #define | USET |
Functions | |
| layer | make_lstm_layer (int batch, int inputs, int outputs, int steps, int batch_normalize, int adam) |
| void | forward_lstm_layer (layer l, network net) |
| void | update_lstm_layer (layer l, update_args a) |
| #define USET |
Definition at line 7 of file lstm_layer.h.
Definition at line 156 of file lstm_layer.c.
| layer make_lstm_layer | ( | int | batch, |
| int | inputs, | ||
| int | outputs, | ||
| int | steps, | ||
| int | batch_normalize, | ||
| int | adam | ||
| ) |
Definition at line 29 of file lstm_layer.c.
| void update_lstm_layer | ( | layer | l, |
| update_args | a | ||
| ) |
Definition at line 144 of file lstm_layer.c.
1.8.13