summaryrefslogtreecommitdiff
path: root/src/caffe/layers/tanh_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-19fixed tanh to not return NaN for input values outside the range [-40, 40]Sean Bell1-3/+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-07-17stub out GPU layer methods to crash loudly in CPU-only modeEvan Shelhamer1-0/+4
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-2/+2
2014-06-25remove unused variablesJonathan L Long1-1/+0
2014-06-05Make TanH cleaner, more efficient, and possible to use in-placeJeff Donahue1-6/+5
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-02-26Splitting source files between CUDA and CPU code.Eric Tzeng1-0/+48