[lint] cuDNN conv declaration
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Mon, 8 Sep 2014 08:03:55 +0000 (10:03 +0200)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Mon, 8 Sep 2014 08:03:55 +0000 (10:03 +0200)
include/caffe/vision_layers.hpp

index 4dd2e9d..8c2db88 100644 (file)
@@ -69,8 +69,7 @@ class ConvolutionLayer : public Layer<Dtype> {
  *        Fallback to ConvolutionLayer for CPU mode.
 */
 template <typename Dtype>
-class CuDNNConvolutionLayer : public ConvolutionLayer<Dtype>
-{
+class CuDNNConvolutionLayer : public ConvolutionLayer<Dtype> {
  public:
   explicit CuDNNConvolutionLayer(const LayerParameter& param)
       : ConvolutionLayer<Dtype>(param) {}