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

Functions

void backward_cost_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_cost_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
int float_abs_compare (const void *a, const void *b)
 
void forward_cost_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_cost_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
const char * get_cost_string (COST_TYPE a)
 
COST_TYPE get_cost_type (char *s)
 
Darknet::Layer make_cost_layer (int batch, int inputs, COST_TYPE cost_type, float scale)
 
void pull_cost_layer (Darknet::Layer &l)
 
void push_cost_layer (Darknet::Layer &l)
 
void resize_cost_layer (Darknet::Layer *l, int inputs)
 

Function Documentation

◆ backward_cost_layer()

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

◆ backward_cost_layer_gpu()

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

◆ float_abs_compare()

int float_abs_compare ( const void *  a,
const void *  b 
)
Here is the caller graph for this function:

◆ forward_cost_layer()

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

◆ forward_cost_layer_gpu()

void forward_cost_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Todo:
replace qsort() unknown priority
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_cost_string()

const char * get_cost_string ( COST_TYPE  a)

◆ get_cost_type()

COST_TYPE get_cost_type ( char *  s)

◆ make_cost_layer()

Darknet::Layer make_cost_layer ( int  batch,
int  inputs,
COST_TYPE  cost_type,
float  scale 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pull_cost_layer()

void pull_cost_layer ( Darknet::Layer l)
Here is the call graph for this function:

◆ push_cost_layer()

void push_cost_layer ( Darknet::Layer l)
Here is the call graph for this function:

◆ resize_cost_layer()

void resize_cost_layer ( Darknet::Layer l,
int  inputs 
)
Here is the call graph for this function:
Here is the caller graph for this function: