Go to the source code of this file.
Typedefs | |
typedef layer | dropout_layer |
Functions | |
void | backward_dropout_layer (dropout_layer l, network_state state) |
void | forward_dropout_layer (dropout_layer l, network_state state) |
dropout_layer | make_dropout_layer (int batch, int inputs, float probability) |
void | resize_dropout_layer (dropout_layer *l, int inputs) |
typedef layer dropout_layer |
Definition at line 7 of file dropout_layer.h.
void backward_dropout_layer | ( | dropout_layer | l, |
network_state | state | ||
) |
Definition at line 50 of file dropout_layer.c.
void forward_dropout_layer | ( | dropout_layer | l, |
network_state | state | ||
) |
Definition at line 38 of file dropout_layer.c.
dropout_layer make_dropout_layer | ( | int | batch, |
int | inputs, | ||
float | probability | ||
) |
Definition at line 7 of file dropout_layer.c.
void resize_dropout_layer | ( | dropout_layer * | l, |
int | inputs | ||
) |
Definition at line 28 of file dropout_layer.c.