From a6825a427a51da815a805d66ce65c98de282d89b Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Thu, 13 Sep 2018 12:24:03 +0100 Subject: COMPMID-1540 Implement YOLOLayer on NEON Change-Id: Ice28996959dc666fff5e8ae486c1ff8093db083f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148367 Reviewed-by: Georgios Pinitas Tested-by: bsgcomp --- arm_compute/runtime/NEON/NEFunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/NEON/NEFunctions.h') diff --git a/arm_compute/runtime/NEON/NEFunctions.h b/arm_compute/runtime/NEON/NEFunctions.h index 89a5c4aaaf..d9b7269efc 100644 --- a/arm_compute/runtime/NEON/NEFunctions.h +++ b/arm_compute/runtime/NEON/NEFunctions.h @@ -119,5 +119,6 @@ #include "arm_compute/runtime/NEON/functions/NEWarpPerspective.h" #include "arm_compute/runtime/NEON/functions/NEWidthConcatenateLayer.h" #include "arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h" +#include "arm_compute/runtime/NEON/functions/NEYOLOLayer.h" #endif /* __ARM_COMPUTE_NEFUNCTIONS_H__ */ \ No newline at end of file -- cgit v1.2.1