summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_stochastic_pooling.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Clean redundant/unnecessary headersKang Kim1-1/+0
2015-05-26Split class StochasticPoolingLayerTest into CPUStochasticPoolingLayerTest and...Felix Abecassis1-11/+24
2015-02-17give phase to Net and LayerEvan Shelhamer1-3/+3
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-7/+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-03-27update tests for new proto format; now they compileJeff Donahue1-14/+15
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-21Fix test stochastic pooling stepsize/threshold to be same as max poolingKai Li1-3/+1
2014-02-26make test_gradient_check_util methods use pointers for non-const inputsJeff Donahue1-1/+2
2014-02-26fix most linter errorsJeff Donahue1-0/+168