From c93691717a6e7ca67e32b4dedd233b8c63b6daf2 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 26 Sep 2018 11:25:40 +0100 Subject: COMPMID-1523: Fuse BN node with convolution. Change-Id: I146936c9e98b343496a4b61cdbadf0eaa38e885a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/154008 Reviewed-by: Michele DiGiorgio Reviewed-by: Giuseppe Rossini Tested-by: bsgcomp --- src/core/CL/CLKernelLibrary.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CL/CLKernelLibrary.cpp') diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp index 957543c877..a2428ca99d 100644 --- a/src/core/CL/CLKernelLibrary.cpp +++ b/src/core/CL/CLKernelLibrary.cpp @@ -237,6 +237,7 @@ const std::map CLKernelLibrary::_kernel_program_map = { "fill_image_borders_constant", "fill_border.cl" }, { "fill_image_borders_replicate", "fill_border.cl" }, { "finalize", "optical_flow_pyramid_lk.cl" }, + { "fuse_batchnormalization_layer", "batchnormalization_layer.cl" }, { "floor_layer", "floor.cl" }, { "gaussian1x5_sub_x", "gaussian_pyramid.cl" }, { "gaussian5x1_sub_y", "gaussian_pyramid.cl" }, -- cgit v1.2.1