darknet  v3
Typedefs | Functions
dropout_layer.h File Reference
#include "layer.h"
#include "network.h"
Include dependency graph for dropout_layer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef layer dropout_layer
 

Functions

dropout_layer make_dropout_layer (int batch, int inputs, float probability)
 
void forward_dropout_layer (dropout_layer l, network net)
 
void backward_dropout_layer (dropout_layer l, network net)
 
void resize_dropout_layer (dropout_layer *l, int inputs)
 

Typedef Documentation

◆ dropout_layer

Definition at line 7 of file dropout_layer.h.

Function Documentation

◆ backward_dropout_layer()

void backward_dropout_layer ( dropout_layer  l,
network  net 
)

Definition at line 50 of file dropout_layer.c.

◆ forward_dropout_layer()

void forward_dropout_layer ( dropout_layer  l,
network  net 
)

Definition at line 38 of file dropout_layer.c.

◆ make_dropout_layer()

dropout_layer make_dropout_layer ( int  batch,
int  inputs,
float  probability 
)

Definition at line 7 of file dropout_layer.c.

◆ resize_dropout_layer()

void resize_dropout_layer ( dropout_layer l,
int  inputs 
)

Definition at line 28 of file dropout_layer.c.