Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / convolution / convolution_kernel_yxfb_yxio_b16.cpp
index 04508ef..7dae5c2 100644 (file)
@@ -15,7 +15,6 @@
 */
 
 #include "convolution_kernel_yxfb_yxio_b16.h"
-#include "convolution_params.h"
 
 namespace kernel_selector 
 {
@@ -210,6 +209,6 @@ namespace kernel_selector
 
     KernelsData ConvolutionKernel_yxfb_yxio_b16::GetKernelsData(const Params& params, const optional_params& options) const
     {
-        return GetCommonKernelsData(params, options);
+        return GetTunedKernelsDataByIndex(params, options);
     }
 }
\ No newline at end of file