aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-03 14:38:33 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-07 16:10:51 +0000
commitf7c5a41aebf8951ef783aa3d45f0bc4e98656e7b (patch)
tree9ca3e8eb7a587956c5816dc4dd268f001e4bfaa3 /Android.bp
parente5a9ad8c81c9cf245011839fa373f3603d719ba8 (diff)
downloadComputeLibrary-f7c5a41aebf8951ef783aa3d45f0bc4e98656e7b.tar.gz
Remove support for NEIm2Col, NECol2Im, NEGEMMInterleave4x4, NEGEMMTranspose1xW
Remove functions that are rarely used standalone. Moreover, similar OpenCL functions are not exposed, thus there is no parity in place. Partially Resolves: COMPMID-3996 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Idd124c27c37dae9cbcfec1b6453d451cc9d4ef53 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4649 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 8c29386a28..93ab684fc2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -638,7 +638,6 @@ cc_library_static {
"src/runtime/NEON/functions/NEChannelCombine.cpp",
"src/runtime/NEON/functions/NEChannelExtract.cpp",
"src/runtime/NEON/functions/NEChannelShuffleLayer.cpp",
- "src/runtime/NEON/functions/NECol2Im.cpp",
"src/runtime/NEON/functions/NEColorConvert.cpp",
"src/runtime/NEON/functions/NEComputeAllAnchors.cpp",
"src/runtime/NEON/functions/NEConcatenateLayer.cpp",
@@ -674,10 +673,8 @@ cc_library_static {
"src/runtime/NEON/functions/NEGEMMAssemblyDispatch.cpp",
"src/runtime/NEON/functions/NEGEMMConv2d.cpp",
"src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp",
- "src/runtime/NEON/functions/NEGEMMInterleave4x4.cpp",
"src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp",
"src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp",
- "src/runtime/NEON/functions/NEGEMMTranspose1xW.cpp",
"src/runtime/NEON/functions/NEGather.cpp",
"src/runtime/NEON/functions/NEGaussian3x3.cpp",
"src/runtime/NEON/functions/NEGaussian5x5.cpp",
@@ -689,7 +686,6 @@ cc_library_static {
"src/runtime/NEON/functions/NEHOGMultiDetection.cpp",
"src/runtime/NEON/functions/NEHarrisCorners.cpp",
"src/runtime/NEON/functions/NEHistogram.cpp",
- "src/runtime/NEON/functions/NEIm2Col.cpp",
"src/runtime/NEON/functions/NEInstanceNormalizationLayer.cpp",
"src/runtime/NEON/functions/NEIntegralImage.cpp",
"src/runtime/NEON/functions/NEL2NormalizeLayer.cpp",