From 572fdd498415c2287bbffbedeafd08e527ce7717 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Fri, 4 Oct 2019 13:12:02 +0100 Subject: IVGCVSW-3889 Add ACL source files required for ClInstanceNormalizationWorkload * Add CLInstanceNormalizationLayer.cpp and CLInstanceNormalizationLayerKernel.cpp to Android.bp Signed-off-by: Aron Virginas-Tar Change-Id: I1f86c961c52cda95c6d92aa6108b3eb6bb942f30 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 68804ef2..fc17d31c 100644 --- a/Android.bp +++ b/Android.bp @@ -154,6 +154,7 @@ cc_library_static { "clframework/src/core/CL/kernels/CLHOGDescriptorKernel.cpp", "clframework/src/core/CL/kernels/CLHOGDetectorKernel.cpp", "clframework/src/core/CL/kernels/CLIm2ColKernel.cpp", + "clframework/src/core/CL/kernels/CLInstanceNormalizationLayerKernel.cpp", "clframework/src/core/CL/kernels/CLIntegralImageKernel.cpp", "clframework/src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp", "clframework/src/core/CL/kernels/CLLKTrackerKernel.cpp", @@ -499,6 +500,7 @@ cc_library_static { "clframework/src/runtime/CL/functions/CLHOGDetector.cpp", "clframework/src/runtime/CL/functions/CLHOGGradient.cpp", "clframework/src/runtime/CL/functions/CLHOGMultiDetection.cpp", + "clframework/src/runtime/CL/functions/CLInstanceNormalizationLayer.cpp", "clframework/src/runtime/CL/functions/CLIntegralImage.cpp", "clframework/src/runtime/CL/functions/CLL2NormalizeLayer.cpp", "clframework/src/runtime/CL/functions/CLLaplacianPyramid.cpp", -- cgit v1.2.1