Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bowang committed Sep 14, 2017
1 parent d2625f8 commit fb31463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/caffe/layers/cudnn_deconv_layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace caffe {
*/
template <typename Dtype>
class CuDNNDeconvolutionLayer : public DeconvolutionLayer<Dtype> {
public:
public:
explicit CuDNNDeconvolutionLayer(const LayerParameter& param)
: DeconvolutionLayer<Dtype>(param), handles_setup_(false) {}
virtual void LayerSetUp(const vector<Blob<Dtype>*>& bottom,
Expand All @@ -32,7 +32,7 @@ class CuDNNDeconvolutionLayer : public DeconvolutionLayer<Dtype> {
const vector<Blob<Dtype>*>& top);
virtual ~CuDNNDeconvolutionLayer();

protected:
protected:
virtual void Forward_gpu(const vector<Blob<Dtype>*>& bottom,
const vector<Blob<Dtype>*>& top);
virtual void Backward_gpu(const vector<Blob<Dtype>*>& top,
Expand Down Expand Up @@ -65,4 +65,4 @@ class CuDNNDeconvolutionLayer : public DeconvolutionLayer<Dtype> {

} // namespace caffe

#endif // CAFFE_CUDNN_DECONV_LAYER_HPP_
#endif // CAFFE_CUDNN_DECONV_LAYER_HPP_
2 changes: 1 addition & 1 deletion src/caffe/test/test_deconvolution_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "caffe/blob.hpp"
#include "caffe/common.hpp"
#include "caffe/filler.hpp"
#include "caffe/layers/deconv_layer.hpp"
#include "caffe/layers/cudnn_deconv_layer.hpp"
#include "caffe/layers/deconv_layer.hpp"

#include "caffe/test/test_caffe_main.hpp"
#include "caffe/test/test_gradient_check_util.hpp"
Expand Down

0 comments on commit fb31463

Please sign in to comment.