Go to the source code of this file.
Functions | |
void | backward_crop_layer (const crop_layer l, network_state state) |
void | backward_crop_layer_gpu (const crop_layer l, network_state state) |
void | forward_crop_layer (const crop_layer l, network_state state) |
image | get_crop_image (crop_layer l) |
crop_layer | make_crop_layer (int batch, int h, int w, int c, int crop_height, int crop_width, int flip, float angle, float saturation, float exposure) |
void | resize_crop_layer (layer *l, int w, int h) |
void backward_crop_layer | ( | const crop_layer | l, |
network_state | state | ||
) |
Definition at line 13 of file crop_layer.c.
void backward_crop_layer_gpu | ( | const crop_layer | l, |
network_state | state | ||
) |
Definition at line 14 of file crop_layer.c.
void forward_crop_layer | ( | const crop_layer | l, |
network_state | state | ||
) |
Definition at line 67 of file crop_layer.c.
Definition at line 5 of file crop_layer.c.
crop_layer make_crop_layer | ( | int | batch, |
int | h, | ||
int | w, | ||
int | c, | ||
int | crop_height, | ||
int | crop_width, | ||
int | flip, | ||
float | angle, | ||
float | saturation, | ||
float | exposure | ||
) |
Definition at line 16 of file crop_layer.c.
void resize_crop_layer | ( | layer * | l, |
int | w, | ||
int | h | ||
) |
Definition at line 48 of file crop_layer.c.