aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-07-28 14:10:47 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-28 16:31:53 +0000
commita86433a64ab25c2ea8e274bd2f357a9709636f5b (patch)
tree48978522014f8d0423522ec37f2d491bee110944 /src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp
parent120c87b1622fa2472d27e43e5b7d861fb9735d9c (diff)
downloadComputeLibrary-a86433a64ab25c2ea8e274bd2f357a9709636f5b.tar.gz
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 <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6011 Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp')
-rw-r--r--src/runtime/NEON/functions/NEConvertFullyConnectedWeights.cpp1
1 files changed, 1 insertions, 0 deletions
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