add EltwiseLayer docstring
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 22 May 2014 02:47:15 +0000 (19:47 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 22 May 2014 02:48:29 +0000 (19:48 -0700)
include/caffe/vision_layers.hpp

index 1b5da11..3acb8df 100644 (file)
@@ -113,6 +113,7 @@ class ConvolutionLayer : public Layer<Dtype> {
 };
 
 /* EltwiseLayer
+  Compute elementwise operations like product or sum.
 */
 template <typename Dtype>
 class EltwiseLayer : public Layer<Dtype> {