summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_memory_data_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-09-17Separate IO dependenciesTea1-1/+4
2015-02-06groom #1416Evan Shelhamer1-0/+2
2015-02-06removed needs_reshape_ and ChangeBatchSize is now set_batch_sizemanuele1-2/+2
2015-02-06small fixesmanuele1-4/+2
2015-02-06MemoryDataLayer now correctly consumes batch_size elementsmanuele1-13/+101
2015-02-06Added opencv vector<Mat> to memory data layer with testsmanuele1-1/+42
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-5/+5
2014-09-03Add and transform Datum vector in the MemeoryDataLayerKai Li1-0/+54
2014-09-03Remove OpenCV stuffs from the memory data layer and io utilsKai Li1-71/+1
2014-09-03Test adding images w/o resizing to the memory data layerKai Li1-10/+86
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-0/+1
2014-07-14Move test headers to include/.Jeff Donahue1-2/+1
2014-06-25initialize in declared order in testsJonathan L Long1-3/+4
2014-05-02add basic tests for MemoryDataLayerJonathan L Long1-0/+108