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