Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / convolution / convolution_kernel_winograd_2x3_s1.cpp
index 98876df..e019051 100644 (file)
@@ -15,8 +15,6 @@
 */
 
 #include "convolution_kernel_winograd_2x3_s1.h"
-#include "kernel_selector_utils.h"
-#include "common_tools.h"
 
 namespace kernel_selector {
 
@@ -120,6 +118,6 @@ namespace kernel_selector {
 
     KernelsData ConvolutionKernel_Winograd_2x3_s1::GetKernelsData(const Params& params, const optional_params& options) const
     {
-        return GetCommonKernelsData(params, options);
+        return GetTunedKernelsDataByIndex(params, options);
     }
 }
\ No newline at end of file