summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_tanh_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-10-21Clean redundant/unnecessary headersKang Kim1-1/+1
2014-11-19Fixed header order to satisfy linterSean Bell1-2/+1
2014-11-19fixed tanh to not return NaN for input values outside the range [-40, 40]Sean Bell1-0/+102
2014-09-07strategize relu, sigmoid, tanhEvan Shelhamer1-74/+0
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-1/+2
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-3/+0
2014-07-14Move test headers to include/.Jeff Donahue1-43/+11
2014-04-25eltwise gradient checkerJeff Donahue1-2/+2
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-02-26make test_gradient_check_util methods use pointers for non-const inputsJeff Donahue1-4/+4
2014-02-26fix most linter errorsJeff Donahue1-14/+21
2014-02-26Added a test for the tanh layer.Aravindh Mahendran1-0/+102