From dadab6d4bf3c8ecd08fbf6b01fe2168ce8605179 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Mon, 22 Oct 2018 15:19:05 +0100 Subject: IVGCVSW-2049 Create the CL Mean Float workload * Added the missing CLReduceMean.cpp file to the Android mekfile Change-Id: Ieaf7c056d6a5e705999a1daef63f5e78d5db3a37 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 7f28e903..053c4fcf 100644 --- a/Android.bp +++ b/Android.bp @@ -390,6 +390,7 @@ cc_library_static { "clframework/src/runtime/CL/functions/CLPixelWiseMultiplication.cpp", "clframework/src/runtime/CL/functions/CLPoolingLayer.cpp", "clframework/src/runtime/CL/functions/CLQuantizationLayer.cpp", + "clframework/src/runtime/CL/functions/CLReduceMean.cpp", "clframework/src/runtime/CL/functions/CLReductionOperation.cpp", "clframework/src/runtime/CL/functions/CLRemap.cpp", "clframework/src/runtime/CL/functions/CLReorgLayer.cpp", -- cgit v1.2.1