aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-05-11 17:41:32 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-05-17 09:33:02 +0000
commit0c19cbd5800e830fa67cdd3b725efe796b211899 (patch)
tree450f5e33d482207d77355aa094d27e148588f42e /Android.bp
parent538a076aae14dbc1940c52057e135f8a1872aa11 (diff)
downloadComputeLibrary-0c19cbd5800e830fa67cdd3b725efe796b211899.tar.gz
Move memory management out of CpuPooling
Change-Id: Idae4fc687942f61a1f63f23c9e5538df28888d93 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5632 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index f88ddc47f8..b2caefdc27 100644
--- a/Android.bp
+++ b/Android.bp
@@ -642,7 +642,6 @@ cc_library_static {
"src/runtime/cpu/operators/CpuMul.cpp",
"src/runtime/cpu/operators/CpuPermute.cpp",
"src/runtime/cpu/operators/CpuPooling.cpp",
- "src/runtime/cpu/operators/CpuPoolingAssemblyDispatch.cpp",
"src/runtime/cpu/operators/CpuQuantize.cpp",
"src/runtime/cpu/operators/CpuReshape.cpp",
"src/runtime/cpu/operators/CpuScale.cpp",