Go to the source code of this file.
Functions | |
void | backward_normalization_layer (const layer layer, network_state state) |
void | forward_normalization_layer (const layer layer, network_state state) |
layer | make_normalization_layer (int batch, int w, int h, int c, int size, float alpha, float beta, float kappa) |
void | resize_normalization_layer (layer *layer, int w, int h) |
void backward_normalization_layer | ( | const layer | layer, |
network_state | state | ||
) |
Definition at line 96 of file normalization_layer.c.
void forward_normalization_layer | ( | const layer | layer, |
network_state | state | ||
) |
Definition at line 65 of file normalization_layer.c.
layer make_normalization_layer | ( | int | batch, |
int | w, | ||
int | h, | ||
int | c, | ||
int | size, | ||
float | alpha, | ||
float | beta, | ||
float | kappa | ||
) |
Definition at line 5 of file normalization_layer.c.
void resize_normalization_layer | ( | layer * | layer, |
int | w, | ||
int | h | ||
) |
Definition at line 39 of file normalization_layer.c.