aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-03 20:11:53 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-12-08 11:21:34 +0000
commit8c3c0e7b117723bc98b6acc85565ffa521b10c0d (patch)
treeab07a920a90c5a5a3dd492b923b46569545edcae /Android.bp
parentdeb5b778862b1cf856f21510ef062b2f1f28b172 (diff)
downloadComputeLibrary-8c3c0e7b117723bc98b6acc85565ffa521b10c0d.tar.gz
Remove (NE/CL)ComputeAllAnchors function
ComputeAllAnchors is used as part of GenerateProposals and not standalone thus removes function exposure. Partially Resolves: COMPMID-3996 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I729010b48d747ec40d3ce2c7d0e907e8ec5cd55f Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4661 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 93ab684fc2..c5213f4f09 100644
--- a/Android.bp
+++ b/Android.bp
@@ -473,7 +473,6 @@ cc_library_static {
"src/runtime/CL/functions/CLChannelShuffleLayer.cpp",
"src/runtime/CL/functions/CLColorConvert.cpp",
"src/runtime/CL/functions/CLComparison.cpp",
- "src/runtime/CL/functions/CLComputeAllAnchors.cpp",
"src/runtime/CL/functions/CLConcatenateLayer.cpp",
"src/runtime/CL/functions/CLConvertFullyConnectedWeights.cpp",
"src/runtime/CL/functions/CLConvolution.cpp",
@@ -639,7 +638,6 @@ cc_library_static {
"src/runtime/NEON/functions/NEChannelExtract.cpp",
"src/runtime/NEON/functions/NEChannelShuffleLayer.cpp",
"src/runtime/NEON/functions/NEColorConvert.cpp",
- "src/runtime/NEON/functions/NEComputeAllAnchors.cpp",
"src/runtime/NEON/functions/NEConcatenateLayer.cpp",
"src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp",
"src/runtime/NEON/functions/NEConvolution.cpp",