summaryrefslogtreecommitdiff
path: root/src/caffe/layers/power_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-05Layer type is a stringJeff Donahue1-1/+2
2014-10-13move registration code to corresponding cpp files.Yangqing Jia1-2/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-7/+7
2014-08-13Fix from loss-generalization: accidentally removed mid-Forward returnJeff Donahue1-0/+1
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-5/+3
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-1/+1
2014-07-18reapply namespace changeYangqing Jia1-2/+0
2014-07-17stub out GPU layer methods to crash loudly in CPU-only modeEvan Shelhamer1-0/+4
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-2/+2
2014-04-08use bvlc copyrightJeff Donahue1-1/+1
2014-04-08add LRN within map layer and dependencies (eltwise product and power)Jeff Donahue1-0/+105