Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
reorg_layer.hpp File Reference
Include dependency graph for reorg_layer.hpp:
This graph shows which files directly or indirectly include this file:

Functions

void backward_reorg_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_reorg_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_reorg_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_reorg_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Layer make_reorg_layer (int batch, int w, int h, int c, int stride, int reverse)
 
void resize_reorg_layer (Darknet::Layer *l, int w, int h)
 

Function Documentation

◆ backward_reorg_layer()

void backward_reorg_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_reorg_layer_gpu()

void backward_reorg_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_reorg_layer()

void forward_reorg_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_reorg_layer_gpu()

void forward_reorg_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ make_reorg_layer()

Darknet::Layer make_reorg_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_layer()

void resize_reorg_layer ( Darknet::Layer l,
int  w,
int  h 
)
Here is the call graph for this function:
Here is the caller graph for this function: