summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_hinge_loss_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-10-21Clean redundant/unnecessary headersKang Kim1-3/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-4/+4
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-10/+11
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-14Seed HingeLossLayerTest; bad values can cause test (and therefore TravisJeff Donahue1-0/+1
2014-07-14Move test headers to include/.Jeff Donahue1-36/+13
2014-06-21explicitly name L1 hinge testJonathan L Long1-2/+2
2014-06-20Change hinge_norm to norm in test_hinge_lossSergio1-2/+2
2014-06-20Fixed switch and test l2hingelossSergio1-2/+2
2014-06-20Remove spaces and merge tests into one fileSergio1-2/+6
2014-06-20Merge HingeLoss and L2HingeLoss by adding hinge_norm to paramsSergio1-0/+24
2014-04-25test HingeLossLayerJonathan L Long1-0/+73