![]() |
darknet
v3
|
Go to the source code of this file.
Functions | |
layer | make_activation_layer (int batch, int inputs, ACTIVATION activation) |
void | forward_activation_layer (layer l, network net) |
void | backward_activation_layer (layer l, network net) |
Definition at line 44 of file activation_layer.c.
Definition at line 38 of file activation_layer.c.
layer make_activation_layer | ( | int | batch, |
int | inputs, | ||
ACTIVATION | activation | ||
) |
Definition at line 12 of file activation_layer.c.