summaryrefslogtreecommitdiff
path: root/src/caffe/blob.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Switched multi-GPU to NCCLCyprien Noel1-0/+18
2016-05-05Allow reshaping blobs to size 0.Eric Tzeng1-1/+3
2015-09-18Blob: add SyncedMemory shape accessor for GPU shape accessJeff Donahue1-0/+11
2015-08-07add double_data, double_diff to BlobProto for weights/snapshots savedJeff Donahue1-7/+42
2015-05-06check that count_ does not overflow in Blob::ReshapeJonathan L Long1-0/+1
2015-03-03Add option not to reshape to Blob::FromProto; use when loading BlobsJeff Donahue1-16/+20
2015-03-03Add BlobShape message; use for Net input shapesJeff Donahue1-7/+18
2015-03-03Blobs are ND arrays (for N not necessarily equals 4).Jeff Donahue1-18/+74
2015-02-13Blob: add scale_{data,diff} methods and testsJeff Donahue1-0/+66
2015-01-29Blob: add sumsq_{data,diff} methodsJeff Donahue1-0/+74
2014-09-18don't reallocate blobs when shrinking memory useJonathan L Long1-7/+7
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-26Print blob L1 norms during forward/backward passes and updates ifJeff Donahue1-0/+70
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-3/+4
2014-07-03fix casts (static for void*)Evan Shelhamer1-12/+12
2014-07-03replace all memcpy by caffe_copyEvan Shelhamer1-8/+8
2014-07-03switch to unified virtual addressing CUDA memcpyEvan Shelhamer1-2/+2
2014-05-24make a Blob<unsigned int> and use in dropout layerJeff Donahue1-7/+6
2014-05-24use a Blob<int> instead of a SyncedMemory to store max_idx_Jeff Donahue1-0/+9
2014-05-02add set_cpu_data to Blob and SyncedMemoryJonathan L Long1-0/+6
2014-04-25move analytic gradient computation outside loop and store -- saves a lotJeff Donahue1-0/+5
2014-04-12change Adopt -> Share as suggested by kloudklJeff Donahue1-2/+2
2014-04-11add Adopt{Data,Diff} methods to blobs to enable "virtual copying"Jeff Donahue1-0/+12
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2013-09-30solverYangqing Jia1-2/+18
2013-09-27blob cpp bugfixYangqing Jia1-5/+2
2013-09-27updated a bunch of things, ready to test if it breaks thingsYangqing Jia1-2/+40
2013-09-27 blobYangqing Jia1-1/+1
2013-09-27cpplintYangqing Jia1-2/+2
2013-09-26netYangqing Jia1-0/+1
2013-09-26a lot of modifications - disallow copy constructors and miscYangqing Jia1-37/+11
2013-09-25bugfixYangqing Jia1-0/+1
2013-09-25softmax layer, test to be writtenYangqing Jia1-6/+20
2013-09-24proto updateYangqing Jia1-4/+6
2013-09-23pylint and code cleaningYangqing Jia1-7/+10
2013-09-23copyright messageYangqing Jia1-0/+2
2013-09-22naming. I might regret it someday.Yangqing Jia1-0/+135