summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-15sigmoid cross-entropy loss: ignore selected targets by `ignore_label`Evan Shelhamer1-0/+28
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-5/+5
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-4/+12
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-2/+0
2014-07-14Move test headers to include/.Jeff Donahue1-26/+10
2014-06-25remove unused variables from testsJonathan L Long1-1/+0
2014-04-22add forward tests (via reference impl) for SigmoidCrossEntropyLayerJeff Donahue1-3/+61
2014-04-15add sigmoid cross ent layer unit testsJeff Donahue1-0/+76