summaryrefslogtreecommitdiff
path: root/src/caffe/layers/dummy_data_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-03DummyDataLayer outputs blobs of arbitrary shapeJeff Donahue1-20/+37
2015-02-05Layer type is a stringJeff Donahue1-1/+2
2014-10-13move registration code to corresponding cpp files.Yangqing Jia1-1/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-6/+6
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-4/+3
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-06-10fix clang compilation problem w/ DummyDataLayerJeff Donahue1-1/+1
2014-06-09lint dummy data layerJeff Donahue1-8/+8
2014-06-08add DummyDataLayerJeff Donahue1-0/+100