summaryrefslogtreecommitdiff
path: root/src/caffe/layers/tanh_layer.cu
AgeCommit message (Expand)AuthorFilesLines
2014-11-19fixed tanh to not return NaN for input values outside the range [-40, 40]Sean Bell1-2/+1
2014-10-10fix instantiationYangqing Jia1-1/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-5/+5
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-2/+1
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-2/+2
2014-06-05Make TanH cleaner, more efficient, and possible to use in-placeJeff Donahue1-13/+7
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19change specification of forward/backward function and fix layerJeff Donahue1-3/+3
2014-03-18addd CUDA_KERNEL_LOOP macroblackball1-4/+2
2014-02-26Splitting source files between CUDA and CPU code.Eric Tzeng1-33/+0
2014-02-26cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINEJeff Donahue1-2/+2
2014-02-26fix most linter errorsJeff Donahue1-3/+9
2014-02-26Added tanh activation function layer.Aravindh Mahendran1-0/+97