![]() |
darknet
v3
|

Go to the source code of this file.
Functions | |
| layer | make_upsample_layer (int batch, int w, int h, int c, int stride) |
| void | resize_upsample_layer (layer *l, int w, int h) |
| void | forward_upsample_layer (const layer l, network net) |
| void | backward_upsample_layer (const layer l, network net) |
Definition at line 78 of file upsample_layer.c.
Definition at line 68 of file upsample_layer.c.
| layer make_upsample_layer | ( | int | batch, |
| int | w, | ||
| int | h, | ||
| int | c, | ||
| int | stride | ||
| ) |
Definition at line 7 of file upsample_layer.c.
| void resize_upsample_layer | ( | layer * | l, |
| int | w, | ||
| int | h | ||
| ) |
Definition at line 44 of file upsample_layer.c.
1.8.13