![]() |
darknet
v3
|


Go to the source code of this file.
Functions | |
| layer | make_region_layer (int batch, int w, int h, int n, int classes, int coords) |
| void | forward_region_layer (const layer l, network net) |
| void | backward_region_layer (const layer l, network net) |
| void | resize_region_layer (layer *l, int w, int h) |
Definition at line 323 of file region_layer.c.
Definition at line 158 of file region_layer.c.
| layer make_region_layer | ( | int | batch, |
| int | w, | ||
| int | h, | ||
| int | n, | ||
| int | classes, | ||
| int | coords | ||
| ) |
Definition at line 13 of file region_layer.c.
| void resize_region_layer | ( | layer * | l, |
| int | w, | ||
| int | h | ||
| ) |
Definition at line 56 of file region_layer.c.
1.8.13