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

Functions

void backward_batchnorm_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_batchnorm_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_batchnorm_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_batchnorm_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Layer make_batchnorm_layer (int batch, int w, int h, int c, int train)
 
void pull_batchnorm_layer (Darknet::Layer &l)
 
void push_batchnorm_layer (Darknet::Layer &l)
 
void resize_batchnorm_layer (Darknet::Layer *l, int w, int h)
 
void update_batchnorm_layer (Darknet::Layer &l, int batch, float learning_rate, float momentum, float decay)
 
void update_batchnorm_layer_gpu (Darknet::Layer &l, int batch, float learning_rate_init, float momentum, float decay, float loss_scale)
 

Function Documentation

◆ backward_batchnorm_layer()

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

◆ backward_batchnorm_layer_gpu()

void backward_batchnorm_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_batchnorm_layer()

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

◆ forward_batchnorm_layer_gpu()

void forward_batchnorm_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_batchnorm_layer()

Darknet::Layer make_batchnorm_layer ( int  batch,
int  w,
int  h,
int  c,
int  train 
)

◆ pull_batchnorm_layer()

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

◆ push_batchnorm_layer()

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

◆ resize_batchnorm_layer()

void resize_batchnorm_layer ( Darknet::Layer l,
int  w,
int  h 
)
Here is the call graph for this function:

◆ update_batchnorm_layer()

void update_batchnorm_layer ( Darknet::Layer l,
int  batch,
float  learning_rate,
float  momentum,
float  decay 
)
Here is the call graph for this function:

◆ update_batchnorm_layer_gpu()

void update_batchnorm_layer_gpu ( Darknet::Layer l,
int  batch,
float  learning_rate_init,
float  momentum,
float  decay,
float  loss_scale 
)
Here is the call graph for this function: