Go to the source code of this file.
Functions | |
void | backward_batchnorm_layer (layer l, network_state state) |
void | forward_batchnorm_layer (layer l, network_state state) |
layer | make_batchnorm_layer (int batch, int w, int h, int c) |
void backward_batchnorm_layer | ( | layer | l, |
network_state | state | ||
) |
Definition at line 147 of file batchnorm_layer.c.
void forward_batchnorm_layer | ( | layer | l, |
network_state | state | ||
) |
Definition at line 122 of file batchnorm_layer.c.
layer make_batchnorm_layer | ( | int | batch, |
int | w, | ||
int | h, | ||
int | c | ||
) |
Definition at line 5 of file batchnorm_layer.c.