Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
upsample_layer.cpp File Reference
Include dependency graph for upsample_layer.cpp:

Functions

void backward_upsample_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_upsample_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_upsample_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_upsample_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Layer make_upsample_layer (int batch, int w, int h, int c, int stride)
 
void resize_upsample_layer (Darknet::Layer *l, int w, int h)
 

Function Documentation

◆ backward_upsample_layer()

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

◆ backward_upsample_layer_gpu()

void backward_upsample_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_upsample_layer()

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

◆ forward_upsample_layer_gpu()

void forward_upsample_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_upsample_layer()

Darknet::Layer make_upsample_layer ( int  batch,
int  w,
int  h,
int  c,
int  stride 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_upsample_layer()

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