summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_eltwise_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-13Use EXPECT_NEAR in EltwiseLayer testRonghang Hu1-2/+2
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-19/+19
2014-09-08lint & reduce gradient check stepsize to pass checksJeff Donahue1-4/+5
2014-09-08Implemented elementwise max layerto3i1-0/+32
2014-08-25Add "stable_prod_grad" option (on by default) to ELTWISE layer toJeff Donahue1-1/+14
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+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-128/+44
2014-05-22weight elementwise sum with per-blob coefficientsEvan Shelhamer1-0/+74
2014-05-21Elementwise layer learns summationEvan Shelhamer1-5/+54
2014-05-21EltwiseProductLayer -> EltwiseLayer for generalityEvan Shelhamer1-0/+128