From a26094e356f2d089f8f402fbd71dedaee6b953b4 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Wed, 21 May 2014 19:47:15 -0700 Subject: [PATCH] add EltwiseLayer docstring --- include/caffe/vision_layers.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/caffe/vision_layers.hpp b/include/caffe/vision_layers.hpp index 1b5da11..3acb8df 100644 --- a/include/caffe/vision_layers.hpp +++ b/include/caffe/vision_layers.hpp @@ -113,6 +113,7 @@ class ConvolutionLayer : public Layer { }; /* EltwiseLayer + Compute elementwise operations like product or sum. */ template class EltwiseLayer : public Layer { -- 2.7.4