From c53266e45f3c8c07dff88c61e5bfa01c6d3ba3f0 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 9 Dec 2020 03:11:53 +0000 Subject: Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale Upsample functions and kernels can be replaced with the Scale as they provide same functionality Partially resolves: COMPMID-3996 Signed-off-by: Georgios Pinitas Change-Id: Ic2f9ba352c183aa87d69d551d5c172d0f22119e8 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4679 Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- Android.bp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 25b40f7376..404c1d54c8 100644 --- a/Android.bp +++ b/Android.bp @@ -194,7 +194,6 @@ cc_library_static { "src/core/CL/kernels/CLThresholdKernel.cpp", "src/core/CL/kernels/CLTileKernel.cpp", "src/core/CL/kernels/CLTransposeKernel.cpp", - "src/core/CL/kernels/CLUpsampleLayerKernel.cpp", "src/core/CL/kernels/CLWarpAffineKernel.cpp", "src/core/CL/kernels/CLWarpPerspectiveKernel.cpp", "src/core/CL/kernels/CLWeightsReshapeKernel.cpp", @@ -340,7 +339,6 @@ cc_library_static { "src/core/NEON/kernels/NEThresholdKernel.cpp", "src/core/NEON/kernels/NETileKernel.cpp", "src/core/NEON/kernels/NETransposeKernel.cpp", - "src/core/NEON/kernels/NEUpsampleLayerKernel.cpp", "src/core/NEON/kernels/NEWarpKernel.cpp", "src/core/NEON/kernels/NEWeightsReshapeKernel.cpp", "src/core/NEON/kernels/NEWidthConcatenateLayerKernel.cpp", @@ -570,7 +568,6 @@ cc_library_static { "src/runtime/CL/functions/CLTile.cpp", "src/runtime/CL/functions/CLTranspose.cpp", "src/runtime/CL/functions/CLUnstack.cpp", - "src/runtime/CL/functions/CLUpsampleLayer.cpp", "src/runtime/CL/functions/CLWarpAffine.cpp", "src/runtime/CL/functions/CLWarpPerspective.cpp", "src/runtime/CL/functions/CLWinogradConvolutionLayer.cpp", @@ -731,7 +728,6 @@ cc_library_static { "src/runtime/NEON/functions/NETile.cpp", "src/runtime/NEON/functions/NETranspose.cpp", "src/runtime/NEON/functions/NEUnstack.cpp", - "src/runtime/NEON/functions/NEUpsampleLayer.cpp", "src/runtime/NEON/functions/NEWarpAffine.cpp", "src/runtime/NEON/functions/NEWarpPerspective.cpp", "src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp", -- cgit v1.2.1