Darknet/YOLO  v3.0-44-gb8253a4
Object Detection Framework
reorg_old_layer.hpp File Reference
Include dependency graph for reorg_old_layer.hpp:
This graph shows which files directly or indirectly include this file:

Functions

layer make_reorg_old_layer (int batch, int w, int h, int c, int stride, int reverse)
 
void resize_reorg_old_layer (layer *l, int w, int h)
 
void forward_reorg_old_layer (const layer l, network_state state)
 
void backward_reorg_old_layer (const layer l, network_state state)
 
void forward_reorg_old_layer_gpu (layer l, network_state state)
 
void backward_reorg_old_layer_gpu (layer l, network_state state)
 

Function Documentation

◆ make_reorg_old_layer()

layer make_reorg_old_layer ( int  batch,
int  w,
int  h,
int  c,
int  stride,
int  reverse 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_reorg_old_layer()

void resize_reorg_old_layer ( layer l,
int  w,
int  h 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_reorg_old_layer()

void forward_reorg_old_layer ( const layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_reorg_old_layer()

void backward_reorg_old_layer ( const layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_reorg_old_layer_gpu()

void forward_reorg_old_layer_gpu ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_reorg_old_layer_gpu()

void backward_reorg_old_layer_gpu ( layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function: