summaryrefslogtreecommitdiff
path: root/include/caffe/layer.hpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-12Apply mutex only to shared layers and fix NVCC warningRonghang Hu1-5/+38
2015-08-12Data Layers Parallel for Multi-GPURonghang Hu1-0/+15
2015-08-07Fix typokoki1.saitoh1-2/+2
2015-07-14tiny fix in Layer::Backward documentationYoussef Kashef1-1/+1
2015-03-19always call Layer::Reshape in Layer::ForwardJonathan L Long1-0/+1
2015-03-06Fix references to plural names in API documentationChristos Nikolaou1-4/+4
2015-02-17give phase to Net and LayerEvan Shelhamer1-1/+4
2015-02-05Layer type is a stringJeff Donahue1-18/+9
2014-09-28running factory.Yangqing Jia1-4/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-25/+26
2014-09-18default LayerSetUp to no-op instead of NOT_IMPLEMENTEDJonathan L Long1-1/+1
2014-09-18call Reshape in Layer::SetUpJonathan L Long1-1/+3
2014-09-18add abstract Layer::Reshape, and document the new method protocolJonathan L Long1-7/+24
2014-09-03layer.hpp: Doxygen-style documentationJeff Donahue1-67/+226
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-10/+73
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-18reapply namespace changeYangqing Jia1-3/+0
2014-07-17Merge pull request #716 from Yangqing/devJeff Donahue1-2/+2
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-1/+1
2014-07-17stub out GPU layer methods to crash loudly in CPU-only modeEvan Shelhamer1-0/+1
2014-07-16move using statements inside namespace caffe to avoid polluting the whole nam...Yangqing Jia1-2/+2
2014-07-15Add param_propagate_down_ vector to layer, populate according toJeff Donahue1-0/+17
2014-07-03add EqualNumBottomTopBlobs() property for layers; use inJeff Donahue1-0/+9
2014-06-26force_backward works properly with non-backproppable thingsJeff Donahue1-0/+8
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-4/+4
2014-06-08layers declare their names and number of input/output blobs, and don'tJeff Donahue1-2/+70
2014-04-20Comment current forward/backward responsibilitiesEvan Shelhamer1-4/+5
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19remove accidentally added empty lineJeff Donahue1-1/+0
2014-03-19change specification of forward/backward function and fix layerJeff Donahue1-16/+18
2014-02-26fix most linter errorsJeff Donahue1-4/+4
2013-10-24reverted the layer register effort. Live today, fight tomorrow.Yangqing Jia1-0/+3
2013-10-24Register pattern for layersYangqing Jia1-3/+0
2013-10-15Reorganization of codes.Yangqing Jia1-0/+136