![]() |
darknet
v3
|
#include "activation_layer.h"#include "utils.h"#include "cuda.h"#include "blas.h"#include "gemm.h"#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>
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.
1.8.13