Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-01 | dismantle layer headers | Evan Shelhamer | 1 | -1/+1 | |
No more monolithic includes: split layers into their own headers for modular inclusion and build. | |||||
2015-10-21 | Clean redundant/unnecessary headers | Kang Kim | 1 | -1/+0 | |
2015-05-26 | Split class StochasticPoolingLayerTest into CPUStochasticPoolingLayerTest ↵ | Felix Abecassis | 1 | -11/+24 | |
and GPUStochasticPoolingLayerTest | |||||
2015-02-17 | give phase to Net and Layer | Evan Shelhamer | 1 | -3/+3 | |
Give the responsibility for phase to Net and Layer, making phase an immutable choice at instantiation and dropping it from the Caffe singleton. | |||||
2014-09-19 | fix types of (Layer)SetUp, Reshape, Forward, and Backward calls | Jonathan L Long | 1 | -7/+7 | |
Using the type vector<Blob<Dtype*>* for outputs allows modification of the vector itself, while it is only okay to modify the blobs pointed to by the elements of the vector. Switching the types to const vector<Blob<Dtype>*>& makes them more correct. | |||||
2014-08-06 | LICENSE governs the whole project so strip file headers | Evan Shelhamer | 1 | -2/+0 | |
2014-08-04 | Fix header alphabetization lint errors. | Jeff Donahue | 1 | -1/+2 | |
2014-07-17 | collect CUDA includes and calls, separate from CPU-only mode, leave out | Evan Shelhamer | 1 | -3/+0 | |
- collect CUDA includes in device_alternate.hpp - add guards for CUDA code - move GPU code into cu from cpp - make CUDA includes and libraries conditional in Makefile - drop CUDA dependency from travis-ci build | |||||
2014-07-14 | Move test headers to include/. | Jeff Donahue | 1 | -2/+1 | |
Add a test param to test both CPU and GPU (with both float and double Dtypes). | |||||
2014-03-27 | update tests for new proto format; now they compile | Jeff Donahue | 1 | -14/+15 | |
2014-03-27 | Standardize copyright, add root-level CONTRIBUTORS credit | Evan Shelhamer | 1 | -1/+1 | |
2014-03-21 | Fix test stochastic pooling stepsize/threshold to be same as max pooling | Kai Li | 1 | -3/+1 | |
2014-02-26 | make test_gradient_check_util methods use pointers for non-const inputs | Jeff Donahue | 1 | -1/+2 | |
(also change EXPECT_LT and EXPECT_GT pair to EXPECT_NEAR) | |||||
2014-02-26 | fix most linter errors | Jeff Donahue | 1 | -0/+168 | |