From a86433a64ab25c2ea8e274bd2f357a9709636f5b Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 28 Jul 2021 14:10:47 +0100 Subject: Reduce binary footprint of CpuConvertFullyConnectedWeightsKernel Binary size reduction for this kernel is almost 50%. Also remove unused NEConvertFullyConnectedWeightsManaged. Change-Id: Ia46a1342a0737397b4aac2578d963c2ebb7446e3 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6011 Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp') diff --git a/src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp b/src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp index f2253d8be4..1f6b3c94e2 100644 --- a/src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp +++ b/src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp @@ -23,6 +23,7 @@ */ #include "arm_compute/runtime/NEON/functions/NEConvertFullyConnectedWeights.h" +#include "arm_compute/core/Validate.h" #include "src/runtime/cpu/operators/CpuConvertFullyConnectedWeights.h" namespace arm_compute -- cgit v1.2.1