aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/NEFunctions.h
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2019-08-23 16:26:26 +0100
committerPablo Marquez <pablo.tello@arm.com>2019-08-29 11:24:02 +0000
commitd75f9e9a7bd192a88631972ccd82254059ce4a9d (patch)
tree8efb2f1a634d17c876d4b1f9d327e107d5b7cfca /arm_compute/runtime/NEON/NEFunctions.h
parente5ecd016dec068313d8e8dbae101aeb05ea7d7a1 (diff)
downloadComputeLibrary-d75f9e9a7bd192a88631972ccd82254059ce4a9d.tar.gz
COMPMID-2318: Implement NEROIAlignLayer
Change-Id: I2665c98b5d6523a9ddaef0b7c220aecd22559ce6 Signed-off-by: Pablo Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/1826 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/NEFunctions.h')
-rw-r--r--arm_compute/runtime/NEON/NEFunctions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/runtime/NEON/NEFunctions.h b/arm_compute/runtime/NEON/NEFunctions.h
index 716d28cff5..515e4070f4 100644
--- a/arm_compute/runtime/NEON/NEFunctions.h
+++ b/arm_compute/runtime/NEON/NEFunctions.h
@@ -116,6 +116,7 @@
#include "arm_compute/runtime/NEON/functions/NEPriorBoxLayer.h"
#include "arm_compute/runtime/NEON/functions/NEQuantizationLayer.h"
#include "arm_compute/runtime/NEON/functions/NERNNLayer.h"
+#include "arm_compute/runtime/NEON/functions/NEROIAlignLayer.h"
#include "arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h"
#include "arm_compute/runtime/NEON/functions/NERange.h"
#include "arm_compute/runtime/NEON/functions/NEReduceMean.h"