mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
crop layer scaling and trans on cpu
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#include "cuda.h"
|
||||
#ifndef ACTIVATIONS_H
|
||||
#define ACTIVATIONS_H
|
||||
#include "cuda.h"
|
||||
#include "math.h"
|
||||
|
||||
typedef enum{
|
||||
LOGISTIC, RELU, RELIE, LINEAR, RAMP, TANH, PLSE
|
||||
|
Reference in New Issue
Block a user