summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_concat_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Clean redundant/unnecessary headersKang Kim1-2/+1
2015-09-03ConcatLayer: allow trivial operation with single bottom BlobJeff Donahue1-0/+23
2015-08-24TestConcatLayer: add gradient check for bottom[1] only (to verifyJeff Donahue1-0/+9
2015-03-03ConcatLayer: generalized Blob axesJeff Donahue1-3/+19
2015-03-03TestConcatLayer: add forward/gradient tests for concatenation along numJeff Donahue1-2/+40
2015-03-03TestConcatLayer: fix style errorsJeff Donahue1-34/+34
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-6/+6
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-08-04modified test_concat_layer.cppzszhong1-5/+8
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-23/+16
2014-03-27update tests for new proto format; now they compileJeff Donahue1-1/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-02-27Splited concat_layer into .cpp and .cu, cleaned lint errorsSergio Guadarrama1-15/+16
2014-02-27Fixed test to pass and don't exhaustive search since it takes too longsguada1-2/+4
2014-02-27Added Tests for Concat Layer, and passedsguada1-0/+127