Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / convolution / convolution_kernel_byxf_af32_depthwise.h
index b71b629..2b4fdef 100644 (file)
@@ -28,9 +28,9 @@ namespace kernel_selector {
         virtual ~ConvolutionKernel_byxf_af32_depthiwise() {}
 
         virtual KernelsData GetKernelsData(const Params& params, const optional_params& options) const override;
-        virtual ParamsKey GetSupportedKey() const override;
 
     protected:
+        virtual ParamsKey GetSupportedKey() const override;
         bool Validate(const Params& p, const optional_params& o) const override;
         virtual std::vector<WeightsLayout> GetSupportedWeightLayouts(const convolution_params&) const override
         {
@@ -42,4 +42,4 @@ namespace kernel_selector {
             };
         }
     };
-}
\ No newline at end of file
+}