summaryrefslogtreecommitdiff
path: root/src/caffe/layers/silence_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-1/+1
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-4/+4
2014-09-03add SILENCE layer -- takes one or more inputs and produces no outputJeff Donahue1-0/+26