![]() |
darknet
v3
|
Go to the source code of this file.
Functions | |
layer | make_batchnorm_layer (int batch, int w, int h, int c) |
void | forward_batchnorm_layer (layer l, network net) |
void | backward_batchnorm_layer (layer l, network net) |
Definition at line 157 of file batchnorm_layer.c.
Definition at line 135 of file batchnorm_layer.c.
layer make_batchnorm_layer | ( | int | batch, |
int | w, | ||
int | h, | ||
int | c | ||
) |
Definition at line 6 of file batchnorm_layer.c.