stuff and things

This commit is contained in:
Joseph Redmon
2016-11-07 23:42:19 -08:00
parent 252e3b1916
commit 4b60afcc64
5 changed files with 76 additions and 39 deletions

View File

@ -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);