Skip to content

Commit 2b90b20

Browse files
committed
fix errors in conv depthwise
1 parent 8d31298 commit 2b90b20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/caffe/layers/conv_depthwise_layer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ void ConvolutionDepthwiseLayer<Dtype>::Backward_cpu(const vector<Blob<Dtype>*>&
101101
}
102102
}
103103

104-
#ifdef CPU_ONLY
105-
STUB_GPU(ConvolutionDepthwiseLayer);
106-
#endif
107104

108105
INSTANTIATE_CLASS(ConvolutionDepthwiseLayer);
109106
REGISTER_LAYER_CLASS(ConvolutionDepthwise);

0 commit comments

Comments
 (0)