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