Darknet/YOLO  v3.0-44-gb8253a4
Object Detection Framework
local_layer.cpp File Reference
Include dependency graph for local_layer.cpp:

Functions

int local_out_height (local_layer l)
 
int local_out_width (local_layer l)
 
local_layer make_local_layer (int batch, int h, int w, int c, int n, int size, int stride, int pad, ACTIVATION activation)
 
void forward_local_layer (const local_layer l, network_state state)
 
void backward_local_layer (local_layer l, network_state state)
 
void update_local_layer (local_layer l, int batch, float learning_rate, float momentum, float decay)
 
void forward_local_layer_gpu (const local_layer l, network_state state)
 
void backward_local_layer_gpu (local_layer l, network_state state)
 
void update_local_layer_gpu (local_layer l, int batch, float learning_rate, float momentum, float decay, float loss_scale)
 
void pull_local_layer (local_layer l)
 
void push_local_layer (local_layer l)
 

Function Documentation

◆ local_out_height()

int local_out_height ( local_layer  l)
Here is the caller graph for this function:

◆ local_out_width()

int local_out_width ( local_layer  l)
Here is the caller graph for this function:

◆ make_local_layer()

local_layer make_local_layer ( int  batch,
int  h,
int  w,
int  c,
int  n,
int  size,
int  stride,
int  pad,
ACTIVATION  activation 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_local_layer()

void forward_local_layer ( const local_layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_local_layer()

void backward_local_layer ( local_layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_local_layer()

void update_local_layer ( local_layer  l,
int  batch,
float  learning_rate,
float  momentum,
float  decay 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_local_layer_gpu()

void forward_local_layer_gpu ( const local_layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_local_layer_gpu()

void backward_local_layer_gpu ( local_layer  l,
network_state  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_local_layer_gpu()

void update_local_layer_gpu ( local_layer  l,
int  batch,
float  learning_rate,
float  momentum,
float  decay,
float  loss_scale 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pull_local_layer()

void pull_local_layer ( local_layer  l)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ push_local_layer()

void push_local_layer ( local_layer  l)
Here is the call graph for this function:
Here is the caller graph for this function: