summaryrefslogtreecommitdiff
path: root/src/caffe/layers/batch_norm_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-26add support acl batch normal,direct conv, local connect, concat layershonggui1-0/+2
2016-11-18Add missing spaces besides equal signs in batch_norm_layer.cppchenzy1-2/+2
2016-09-29slightly relax batch norm checkBenedikt Wilbertz1-4/+8
2016-09-12batch norm: hide statistics from solver, simplifying layer definitionEvan Shelhamer1-0/+8
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-11-13Make backward pass work when global stats is active for BatchNormLayerKang Kim1-4/+6
2015-11-13Update computation of variance and global stats in BatchNormLayerKang Kim1-27/+28
2015-10-22Cleanup batch norm layer, include global stats computationCarl Doersch1-325/+210
2015-10-20Added batch normalization layer with test and examplesDmytro Mishkin1-0/+351