1 #ifndef BATCHNORM_LAYER_H 2 #define BATCHNORM_LAYER_H 15 void pull_batchnorm_layer(
layer l);
16 void push_batchnorm_layer(
layer l);
void backward_batchnorm_layer(layer l, network net)
void forward_batchnorm_layer(layer l, network net)
layer make_batchnorm_layer(int batch, int w, int h, int c)