summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_flatten_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-10-21Clean redundant/unnecessary headersKang Kim1-2/+1
2015-06-02FlattenLayer gets a FlattenParameter with an axis, end_axisJeff Donahue1-6/+40
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-5/+5
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-35/+13
2014-04-25eltwise gradient checkerJeff Donahue1-2/+2
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-21Fixed FlattenLayer Backward_cpu/gpu have no return valueKai Li1-0/+3
2014-02-26make test_gradient_check_util methods use pointers for non-const inputsJeff Donahue1-4/+4
2014-02-26fix most linter errorsJeff Donahue1-5/+8
2014-01-19cleanup whitespaceEvan Shelhamer1-1/+1
2013-12-04fix really stupid bug in flatten layer (and add test that shows theJeff Donahue1-0/+2
2013-11-27add flatten layerJeff Donahue1-0/+93