Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / convolution / convolution_kernel_yxfb_ref.h
index 1d6a7df..1f2239f 100644 (file)
@@ -27,9 +27,9 @@ namespace kernel_selector {
         virtual ~ConvolutionKernel_yxfb_Ref() {}
 
         virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
-        virtual ParamsKey GetSupportedKey() const override;
-    
+
     protected:
+        virtual ParamsKey GetSupportedKey() const override;
         virtual std::vector<WeightsLayout> GetSupportedWeightLayouts(const convolution_params&) const override
         { 
             return{ 
@@ -40,4 +40,4 @@ namespace kernel_selector {
             }; 
         }
     };
-}
\ No newline at end of file
+}