aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-10-22 15:19:05 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-25 10:09:44 +0100
commitdadab6d4bf3c8ecd08fbf6b01fe2168ce8605179 (patch)
treea68a87aaf5c3ea3b74ff1475ba8f6a9b0d49bec7
parent2fb804a9460239dad5949ae92b1b98fd0fb01c61 (diff)
downloadandroid-nn-driver-dadab6d4bf3c8ecd08fbf6b01fe2168ce8605179.tar.gz
IVGCVSW-2049 Create the CL Mean Float workload
* Added the missing CLReduceMean.cpp file to the Android mekfile Change-Id: Ieaf7c056d6a5e705999a1daef63f5e78d5db3a37
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
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",