Functions
batchnorm_layer.h File Reference
#include "image.h"
#include "layer.h"
#include "network.h"
Include dependency graph for batchnorm_layer.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

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.



rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31