![]() |
darknet
v3
|


Go to the source code of this file.
Functions | |
| layer | make_crnn_layer (int batch, int h, int w, int c, int hidden_filters, int output_filters, int steps, ACTIVATION activation, int batch_normalize) |
| void | forward_crnn_layer (layer l, network net) |
| void | backward_crnn_layer (layer l, network net) |
| void | update_crnn_layer (layer l, update_args a) |
Definition at line 132 of file crnn_layer.c.
Definition at line 91 of file crnn_layer.c.
| layer make_crnn_layer | ( | int | batch, |
| int | h, | ||
| int | w, | ||
| int | c, | ||
| int | hidden_filters, | ||
| int | output_filters, | ||
| int | steps, | ||
| ACTIVATION | activation, | ||
| int | batch_normalize | ||
| ) |
Definition at line 29 of file crnn_layer.c.
| void update_crnn_layer | ( | layer | l, |
| update_args | a | ||
| ) |
Definition at line 84 of file crnn_layer.c.
1.8.13