summaryrefslogtreecommitdiff
path: root/src/caffe/layers/hdf5_data_layer.cu
AgeCommit message (Expand)AuthorFilesLines
2015-03-13HDF5DataLayer shuffle: minor cleanup; clarification in HDF5DataParameterJeff Donahue1-7/+8
2015-03-13shuffle datawieschol1-3/+9
2014-10-10fix instantiationYangqing Jia1-1/+1
2014-09-30Cleanup HDF5DataLayer log messages.Jeff Donahue1-1/+1
2014-09-30make HDF5 layer support multiple data outputChiyuan Zhang1-12/+7
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-5/+5
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-2/+1
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-07-16move using statements inside namespace caffe to avoid polluting the whole nam...Yangqing Jia1-2/+0
2014-07-03replace all memcpy by caffe_copyEvan Shelhamer1-10/+6
2014-07-03switch to unified virtual addressing CUDA memcpyEvan Shelhamer1-2/+2
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-5/+0
2014-03-27some naming standardization: ImagesLayer -> ImageDataLayer (like otherJeff Donahue1-1/+1
2014-03-27fix post-rebase param bugsJeff Donahue1-2/+0
2014-03-27changes to layers etc to make 'make all' run successfully under newJeff Donahue1-2/+2
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19change specification of forward/backward function and fix layerJeff Donahue1-3/+3
2014-03-17Making HDF5 blob data non-mutable for copy (minor)Sergey Karayev1-2/+2
2014-03-17HDF5 data now loaded into Blobs; cleaner interfaceSergey Karayev1-4/+4
2014-03-16HDF5DataLayer source is now a list of filenamesSergey Karayev1-0/+10
2014-03-16support for more than 2 dimensions in hdf5 filesTobias Domhan1-9/+12
2014-02-26Splitting source files between CUDA and CPU code.Eric Tzeng1-0/+53