From 4d81d75de09bba2de17e849a3d46e3052d449ad8 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Tue, 14 Jul 2020 15:05:31 +0100 Subject: COMPMID-2450: Implement CLMaxUnpoolingLayer - Add OpenCL kernel for Max unpooling layer - Add tests for validating the result Change-Id: If7ca79566a1198e3141f880abf46738980a62c81 Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3606 Reviewed-by: Pablo Marquez Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 3b59a7d283..d033d2d04e 100644 --- a/Android.bp +++ b/Android.bp @@ -159,6 +159,7 @@ cc_library_static { "src/core/CL/kernels/CLLKTrackerKernel.cpp", "src/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.cpp", "src/core/CL/kernels/CLMagnitudePhaseKernel.cpp", + "src/core/CL/kernels/CLMaxUnpoolingLayerKernel.cpp", "src/core/CL/kernels/CLMeanStdDevKernel.cpp", "src/core/CL/kernels/CLMeanStdDevNormalizationKernel.cpp", "src/core/CL/kernels/CLMedian3x3Kernel.cpp", @@ -520,6 +521,7 @@ cc_library_static { "src/runtime/CL/functions/CLLaplacianReconstruct.cpp", "src/runtime/CL/functions/CLLocallyConnectedLayer.cpp", "src/runtime/CL/functions/CLMagnitude.cpp", + "src/runtime/CL/functions/CLMaxUnpoolingLayer.cpp", "src/runtime/CL/functions/CLMeanStdDev.cpp", "src/runtime/CL/functions/CLMeanStdDevNormalizationLayer.cpp", "src/runtime/CL/functions/CLMedian3x3.cpp", -- cgit v1.2.1