aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernelLibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLKernelLibrary.cpp')
-rw-r--r--src/core/CL/CLKernelLibrary.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index 7f1667a9cd..cdde7ef75a 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -336,8 +336,10 @@ const std::map<std::string, std::string> CLKernelLibrary::_kernel_program_map =
{ "RGBA8888_to_RGB888_bt709", "color_convert.cl" },
{ "RGBA8888_to_YUV444_bt709", "color_convert.cl" },
{ "roi_pooling_layer", "roi_pooling_layer.cl" },
- { "scale_nearest_neighbour", "scale.cl" },
- { "scale_bilinear", "scale.cl" },
+ { "scale_nearest_neighbour_nchw", "scale.cl" },
+ { "scale_nearest_neighbour_nhwc", "scale.cl" },
+ { "scale_bilinear_nchw", "scale.cl" },
+ { "scale_bilinear_nhwc", "scale.cl" },
{ "scharr3x3", "scharr_filter.cl" },
{ "sobel3x3", "sobel_filter.cl" },
{ "sobel_separable5x1", "sobel_filter.cl" },