![]() |
darknet
v3
|


Go to the source code of this file.
Functions | |
| layer | make_connected_layer (int batch, int inputs, int outputs, ACTIVATION activation, int batch_normalize, int adam) |
| void | forward_connected_layer (layer l, network net) |
| void | backward_connected_layer (layer l, network net) |
| void | update_connected_layer (layer l, update_args a) |
Definition at line 169 of file connected_layer.c.
Definition at line 151 of file connected_layer.c.
| layer make_connected_layer | ( | int | batch, |
| int | inputs, | ||
| int | outputs, | ||
| ACTIVATION | activation, | ||
| int | batch_normalize, | ||
| int | adam | ||
| ) |
Definition at line 14 of file connected_layer.c.
| void update_connected_layer | ( | layer | l, |
| update_args | a | ||
| ) |
Definition at line 132 of file connected_layer.c.
1.8.13