aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2018-12-31 16:46:45 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2018-12-31 16:48:54 +0000
commitc1944473091003cc17af8dbbb850a5106132197d (patch)
treedf69ddf4fd669f4451bc1d362ff521348ae2ea7a
parent82fbeb333ee45a63beee0e2f62ef32514b8909db (diff)
downloadandroid-nn-driver-c1944473091003cc17af8dbbb850a5106132197d.tar.gz
MLCE-82 Add Compute Library NEON mean to Android.bp
Change-Id: I0ca7da989d72ed9847b8045ce0476d16a04fa941
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 27ef0f90..90da25be 100644
--- a/Android.bp
+++ b/Android.bp
@@ -518,6 +518,7 @@ cc_library_static {
"clframework/src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp",
"clframework/src/runtime/NEON/functions/NEPoolingLayer.cpp",
"clframework/src/runtime/NEON/functions/NEQuantizationLayer.cpp",
+ "clframework/src/runtime/NEON/functions/NEReduceMean.cpp",
"clframework/src/runtime/NEON/functions/NEReductionOperation.cpp",
"clframework/src/runtime/NEON/functions/NERemap.cpp",
"clframework/src/runtime/NEON/functions/NEReorgLayer.cpp",