Age | Commit message (Expand) | Author | Files | Lines |
2015-10-21 | Clean redundant/unnecessary headers | Kang Kim | 1 | -1/+1 |
2015-08-12 | Apply mutex only to shared layers and fix NVCC warning | Ronghang Hu | 1 | -5/+38 |
2015-08-12 | Data Layers Parallel for Multi-GPU | Ronghang Hu | 1 | -0/+15 |
2015-08-07 | Fix typo | koki1.saitoh | 1 | -2/+2 |
2015-07-14 | tiny fix in Layer::Backward documentation | Youssef Kashef | 1 | -1/+1 |
2015-03-19 | always call Layer::Reshape in Layer::Forward | Jonathan L Long | 1 | -0/+1 |
2015-03-06 | Fix references to plural names in API documentation | Christos Nikolaou | 1 | -4/+4 |
2015-02-17 | give phase to Net and Layer | Evan Shelhamer | 1 | -1/+4 |
2015-02-05 | Layer type is a string | Jeff Donahue | 1 | -18/+9 |
2014-09-28 | running factory. | Yangqing Jia | 1 | -4/+1 |
2014-09-19 | fix types of (Layer)SetUp, Reshape, Forward, and Backward calls | Jonathan L Long | 1 | -25/+26 |
2014-09-18 | default LayerSetUp to no-op instead of NOT_IMPLEMENTED | Jonathan L Long | 1 | -1/+1 |
2014-09-18 | call Reshape in Layer::SetUp | Jonathan L Long | 1 | -1/+3 |
2014-09-18 | add abstract Layer::Reshape, and document the new method protocol | Jonathan L Long | 1 | -7/+24 |
2014-09-03 | layer.hpp: Doxygen-style documentation | Jeff Donahue | 1 | -67/+226 |
2014-08-13 | Generalize loss by allowing any top blob to be used as a loss in which | Jeff Donahue | 1 | -10/+73 |
2014-08-06 | LICENSE governs the whole project so strip file headers | Evan Shelhamer | 1 | -2/+0 |
2014-07-18 | reapply namespace change | Yangqing Jia | 1 | -3/+0 |
2014-07-17 | Merge pull request #716 from Yangqing/dev | Jeff Donahue | 1 | -2/+2 |
2014-07-17 | collect CUDA includes and calls, separate from CPU-only mode, leave out | Evan Shelhamer | 1 | -1/+1 |
2014-07-17 | stub out GPU layer methods to crash loudly in CPU-only mode | Evan Shelhamer | 1 | -0/+1 |
2014-07-16 | move using statements inside namespace caffe to avoid polluting the whole nam... | Yangqing Jia | 1 | -2/+2 |
2014-07-15 | Add param_propagate_down_ vector to layer, populate according to | Jeff Donahue | 1 | -0/+17 |
2014-07-03 | add EqualNumBottomTopBlobs() property for layers; use in | Jeff Donahue | 1 | -0/+9 |
2014-06-26 | force_backward works properly with non-backproppable things | Jeff Donahue | 1 | -0/+8 |
2014-06-26 | change Backward interface: propagate_down is a vector -- use to fix | Jeff Donahue | 1 | -4/+4 |
2014-06-08 | layers declare their names and number of input/output blobs, and don't | Jeff Donahue | 1 | -2/+70 |
2014-04-20 | Comment current forward/backward responsibilities | Evan Shelhamer | 1 | -4/+5 |
2014-03-27 | Standardize copyright, add root-level CONTRIBUTORS credit | Evan Shelhamer | 1 | -1/+1 |
2014-03-19 | remove accidentally added empty line | Jeff Donahue | 1 | -1/+0 |
2014-03-19 | change specification of forward/backward function and fix layer | Jeff Donahue | 1 | -16/+18 |
2014-02-26 | fix most linter errors | Jeff Donahue | 1 | -4/+4 |
2013-10-24 | reverted the layer register effort. Live today, fight tomorrow. | Yangqing Jia | 1 | -0/+3 |
2013-10-24 | Register pattern for layers | Yangqing Jia | 1 | -3/+0 |
2013-10-15 | Reorganization of codes. | Yangqing Jia | 1 | -0/+136 |