summaryrefslogtreecommitdiff
path: root/src/caffe/layers/bnll_layer.cu
AgeCommit message (Expand)AuthorFilesLines
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-10-21Clean redundant/unnecessary headersKang Kim1-2/+1
2014-10-10fix instantiationYangqing Jia1-1/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-6/+6
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-2/+1
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-18reapply namespace changeYangqing Jia1-2/+0
2014-07-16move using statements inside namespace caffe to avoid polluting the whole nam...Yangqing Jia1-2/+2
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-2/+2
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19change specification of forward/backward function and fix layerJeff Donahue1-3/+3
2014-03-18fix kernel loop bugs, compiles and passes all testsJeff Donahue1-1/+1
2014-03-18addd CUDA_KERNEL_LOOP macroblackball1-4/+2
2014-02-26Splitting source files between CUDA and CPU code.Eric Tzeng1-31/+0
2014-02-26cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINEJeff Donahue1-2/+2
2014-02-26fix most linter errorsJeff Donahue1-1/+5
2013-10-27bugfix and made the C++ interface for creating leveldbYangqing Jia1-2/+6
2013-10-25bugfixYangqing Jia1-3/+4
2013-10-25bnllYangqing Jia1-0/+89