Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / deconvolution / deconvolution_kernel_ref.h
index 2d2c89d..ae6a172 100644 (file)
@@ -26,10 +26,9 @@ namespace kernel_selector {
         DeconvolutionKernelRef() : DeconvolutionKernelBase("deconvolution_gpu_ref") {}
         virtual ~DeconvolutionKernelRef() {}
 
-        virtual ParamsKey GetSupportedKey() const override;
-
     protected:
+        virtual ParamsKey GetSupportedKey() const override;
         CommonDispatchData SetDefault(const deconvolution_params& params) const override;
         JitConstants GetJitConstants(const deconvolution_params& params) const override;
     };
-}
\ No newline at end of file
+}