crop layer scaling and trans on cpu

This commit is contained in:
Joseph Redmon
2015-04-15 01:04:38 -07:00
parent d97331b88f
commit 47528e37cf
5 changed files with 16 additions and 14 deletions

View File

@ -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