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

Functions

void backward_scale_channels_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_scale_channels_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_scale_channels_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_scale_channels_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Layer make_scale_channels_layer (int batch, int index, int w, int h, int c, int w2, int h2, int c2, int scale_wh)
 
void resize_scale_channels_layer (Darknet::Layer *l, Darknet::Network *net)
 

Function Documentation

◆ backward_scale_channels_layer()

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

◆ backward_scale_channels_layer_gpu()

void backward_scale_channels_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_scale_channels_layer()

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

◆ forward_scale_channels_layer_gpu()

void forward_scale_channels_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_scale_channels_layer()

Darknet::Layer make_scale_channels_layer ( int  batch,
int  index,
int  w,
int  h,
int  c,
int  w2,
int  h2,
int  c2,
int  scale_wh 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_scale_channels_layer()

void resize_scale_channels_layer ( Darknet::Layer l,
Darknet::Network net 
)
Here is the call graph for this function:
Here is the caller graph for this function: