Go to the source code of this file.
Functions | |
void | backward_maxpool_layer (const maxpool_layer l, network_state state) |
void | forward_maxpool_layer (const maxpool_layer l, network_state state) |
image | get_maxpool_delta (maxpool_layer l) |
image | get_maxpool_image (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 backward_maxpool_layer | ( | const maxpool_layer | l, |
network_state | state | ||
) |
Definition at line 116 of file maxpool_layer.c.
void forward_maxpool_layer | ( | const maxpool_layer | l, |
network_state | state | ||
) |
Definition at line 79 of file maxpool_layer.c.
Definition at line 13 of file maxpool_layer.c.
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.