mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Convolutional layers working w/ matrices
This commit is contained in:
@ -7,8 +7,8 @@ typedef enum{
|
||||
|
||||
ACTIVATION get_activation(char *s);
|
||||
|
||||
double activate(double x, ACTIVATION a);
|
||||
double gradient(double x, ACTIVATION a);
|
||||
float activate(float x, ACTIVATION a);
|
||||
float gradient(float x, ACTIVATION a);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user