AlexeyAB
2018-08-04 043289426b2d08d925fc1c980b0d2a01e2360e93
src/reorg_layer.h
@@ -6,7 +6,7 @@
#include "layer.h"
#include "network.h"
layer make_reorg_layer(int batch, int h, int w, int c, int stride);
layer make_reorg_layer(int batch, int h, int w, int c, int stride, int reverse);
void resize_reorg_layer(layer *l, int w, int h);
void forward_reorg_layer(const layer l, network_state state);
void backward_reorg_layer(const layer l, network_state state);