summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_maxpool_dropout_layers.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-17give phase to Net and LayerEvan Shelhamer1-1/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-13/+13
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-87/+21
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-6/+14
2014-05-24lint and make compilable (using static_cast's found a couple bugs atJeff Donahue1-15/+17
2014-05-24Adapted to V1 proto definition, test don't passSergio1-18/+23
2014-05-24Added test for maxpool layer followed by dropoutSergio1-0/+181