| 29 | class DeconvolutionLayer : public BaseConvolutionLayer<Dtype> { |
| 30 | public: |
| 31 | explicit DeconvolutionLayer(const LayerParameter& param) |
| 32 | : BaseConvolutionLayer<Dtype>(param) {} |
| 33 | |
| 34 | virtual inline const char* type() const { return "Deconvolution"; } |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected