summaryrefslogtreecommitdiff
path: root/src/caffe/layers/loss_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-03LossLayer output is 0D (scalar)Jeff Donahue1-1/+2
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-3/+3
2014-09-18split off Reshape for loss layersJonathan L Long1-3/+8
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-6/+5
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-3/+3
2014-07-18reapply namespace changeYangqing Jia1-2/+0
2014-06-19Now Loss layers would return the loss in the top blob if requestedSergio1-0/+4
2014-06-08layers declare their names and number of input/output blobs, and don'tJeff Donahue1-2/+1
2014-05-16Split all loss layers into own .cpp filesSergey Karayev1-229/+1
2014-05-16layer definition reorganization and documentationSergey Karayev1-59/+57
2014-04-25add HingeLossLayer for one-vs-all hinge lossJonathan L Long1-0/+46
2014-03-27changes to layers etc to make 'make all' run successfully under newJeff Donahue1-1/+2
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-21major refactoring allow coexistence of MKL and non-MKL casesRowland Depp1-1/+1
2014-03-19change specification of forward/backward function and fix layerJeff Donahue1-18/+54
2014-02-26Splitting source files between CUDA and CPU code.Eric Tzeng1-0/+176