add SILENCE layer -- takes one or more inputs and produces no output
authorJeff Donahue <jeff.donahue@gmail.com>
Fri, 4 Jul 2014 04:53:31 +0000 (21:53 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Thu, 4 Sep 2014 06:11:30 +0000 (23:11 -0700)
commitd8f56fb2c21058e9ea01cae65f1f9a0cc5371cb8
tree8c4a3adf8684d738ecc74cf392a5e102a51dc2cb
parent41751046f18499b84dbaf529f64c0e664e2a09fe
add SILENCE layer -- takes one or more inputs and produces no output

This is useful for suppressing undesired outputs.
include/caffe/common_layers.hpp
src/caffe/layer_factory.cpp
src/caffe/layers/silence_layer.cpp [new file with mode: 0644]
src/caffe/layers/silence_layer.cu [new file with mode: 0644]
src/caffe/proto/caffe.proto