1 #ifndef UPSAMPLE_LAYER_H 2 #define UPSAMPLE_LAYER_H void forward_upsample_layer(const layer l, network net)
layer make_upsample_layer(int batch, int w, int h, int c, int stride)
void backward_upsample_layer(const layer l, network net)
void resize_upsample_layer(layer *l, int w, int h)