Darknet/YOLO  v3.0-44-gb8253a4
Object Detection Framework
representation_layer.hpp File Reference
Include dependency graph for representation_layer.hpp:
This graph shows which files directly or indirectly include this file:

Functions

layer make_implicit_layer (int batch, int index, float mean_init, float std_init, int filters, int atoms)
 
void forward_implicit_layer (const layer l, network_state state)
 
void backward_implicit_layer (const layer l, network_state state)
 
void update_implicit_layer (layer l, int batch, float learning_rate_init, float momentum, float decay)
 
void resize_implicit_layer (layer *l, int w, int h)
 
void forward_implicit_layer_gpu (const layer l, network_state state)
 
void backward_implicit_layer_gpu (const layer l, network_state state)
 
void update_implicit_layer_gpu (layer l, int batch, float learning_rate_init, float momentum, float decay, float loss_scale)
 
void pull_implicit_layer (layer l)
 
void push_implicit_layer (layer l)
 

Function Documentation

◆ make_implicit_layer()

layer make_implicit_layer ( int  batch,
int  index,
float  mean_init,
float  std_init,
int  filters,
int  atoms 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_implicit_layer()

void forward_implicit_layer ( const layer  l,
network_state  state 
)
Here is the caller graph for this function:

◆ backward_implicit_layer()

void backward_implicit_layer ( const layer  l,
network_state  state 
)
Here is the caller graph for this function:

◆ update_implicit_layer()

void update_implicit_layer ( layer  l,
int  batch,
float  learning_rate_init,
float  momentum,
float  decay 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_implicit_layer()

void resize_implicit_layer ( layer l,
int  w,
int  h 
)

◆ forward_implicit_layer_gpu()

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

◆ backward_implicit_layer_gpu()

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

◆ update_implicit_layer_gpu()

void update_implicit_layer_gpu ( layer  l,
int  batch,
float  learning_rate_init,
float  momentum,
float  decay,
float  loss_scale 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pull_implicit_layer()

void pull_implicit_layer ( layer  l)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ push_implicit_layer()

void push_implicit_layer ( layer  l)
Here is the call graph for this function:
Here is the caller graph for this function: