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

Functions

void backward_route_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_route_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_route_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_route_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Layer make_route_layer (int batch, int n, int *input_layers, int *input_sizes, int groups, int group_id)
 
void resize_route_layer (Darknet::Layer *l, Darknet::Network *net)
 

Function Documentation

◆ backward_route_layer()

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

◆ backward_route_layer_gpu()

void backward_route_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_route_layer()

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

◆ forward_route_layer_gpu()

void forward_route_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_route_layer()

Darknet::Layer make_route_layer ( int  batch,
int  n,
int *  input_layers,
int *  input_sizes,
int  groups,
int  group_id 
)
Todo:
Valgrind tells us this is not freed in free_layer_custom()
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_route_layer()

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