summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_multinomial_logistic_loss_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-10-21Clean redundant/unnecessary headersKang Kim1-4/+1
2015-05-26Make class MultinomialLogisticLossLayerTest derive from CPUDeviceTestFelix Abecassis1-2/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-3/+3
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-3/+7
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-2/+1
2014-04-22replace remaining uses of rand() with caffe_rng_rand()Jeff Donahue1-2/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-21relax precision of MultinomialLogisticLossLayer testEvan Shelhamer1-1/+1
2014-03-21Fixed uniform distribution upper bound to be inclusiveKai Li1-0/+1
2014-02-26cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINEJeff Donahue1-1/+1
2014-02-26make test_gradient_check_util methods use pointers for non-const inputsJeff Donahue1-2/+2
2014-02-26fix most linter errorsJeff Donahue1-2/+4
2013-09-30euclidean layer updateYangqing Jia1-0/+1
2013-09-26multinomial logistic lossYangqing Jia1-0/+60