MCPcopy Create free account
hub / github.com/BVLC/caffe / DeconvolutionLayer

Method DeconvolutionLayer

include/caffe/layers/deconv_layer.hpp:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected