mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
:eyeofthetiger::noseofthetiger::eyeofthetiger2:
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#include "layer.h"
|
||||
#include "network.h"
|
||||
|
||||
layer make_reorg_layer(int batch, int h, int w, int c, int stride, int reverse);
|
||||
layer make_reorg_layer(int batch, int w, int h, int c, int stride, int reverse, int flatten, int extra);
|
||||
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);
|
||||
|
Reference in New Issue
Block a user