

Go to the source code of this file.
Typedefs | |
| typedef layer | region_layer |
Functions | |
| void | backward_region_layer (const region_layer l, network_state state) |
| void | forward_region_layer (const region_layer l, network_state state) |
| void | get_region_boxes (layer l, int w, int h, float thresh, float **probs, box *boxes, int only_objectness) |
| region_layer | make_region_layer (int batch, int h, int w, int n, int classes, int coords) |
| void | resize_region_layer (layer *l, int w, int h) |
| typedef layer region_layer |
Definition at line 7 of file region_layer.h.
| void backward_region_layer | ( | const region_layer | l, |
| network_state | state | ||
| ) |
Definition at line 322 of file region_layer.c.
| void forward_region_layer | ( | const region_layer | l, |
| network_state | state | ||
| ) |
Definition at line 144 of file region_layer.c.
| void get_region_boxes | ( | layer | l, |
| int | w, | ||
| int | h, | ||
| float | thresh, | ||
| float ** | probs, | ||
| box * | boxes, | ||
| int | only_objectness | ||
| ) |
Definition at line 327 of file region_layer.c.
| region_layer make_region_layer | ( | int | batch, |
| int | h, | ||
| int | w, | ||
| int | n, | ||
| int | classes, | ||
| int | coords | ||
| ) |
Definition at line 14 of file region_layer.c.
| void resize_region_layer | ( | layer * | l, |
| int | w, | ||
| int | h | ||
| ) |
Definition at line 53 of file region_layer.c.