![]() |
darknet
v3
|

Go to the source code of this file.
Functions | |
| image | get_maxpool_image (maxpool_layer l) |
| image | get_maxpool_delta (maxpool_layer l) |
| maxpool_layer | make_maxpool_layer (int batch, int h, int w, int c, int size, int stride, int padding) |
| void | resize_maxpool_layer (maxpool_layer *l, int w, int h) |
| void | forward_maxpool_layer (const maxpool_layer l, network net) |
| void | backward_maxpool_layer (const maxpool_layer l, network net) |
| void backward_maxpool_layer | ( | const maxpool_layer | l, |
| network | net | ||
| ) |
Definition at line 116 of file maxpool_layer.c.
| void forward_maxpool_layer | ( | const maxpool_layer | l, |
| network | net | ||
| ) |
Definition at line 79 of file maxpool_layer.c.
| image get_maxpool_delta | ( | maxpool_layer | l | ) |
Definition at line 13 of file maxpool_layer.c.
| image get_maxpool_image | ( | maxpool_layer | l | ) |
Definition at line 5 of file maxpool_layer.c.
| maxpool_layer make_maxpool_layer | ( | int | batch, |
| int | h, | ||
| int | w, | ||
| int | c, | ||
| int | size, | ||
| int | stride, | ||
| int | padding | ||
| ) |
Definition at line 21 of file maxpool_layer.c.
| void resize_maxpool_layer | ( | maxpool_layer * | l, |
| int | w, | ||
| int | h | ||
| ) |
Definition at line 54 of file maxpool_layer.c.
1.8.13