Darknet/YOLO v4.0-11-gbfab9ec
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 forward_batchnorm_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Layer make_batchnorm_layer (int batch, int w, int h, int c, int train)
 
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)
 

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:

◆ 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:

◆ make_batchnorm_layer()

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

◆ resize_batchnorm_layer()

void resize_batchnorm_layer ( Darknet::Layer l,
int  w,
int  h 
)

◆ 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: