aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CPP/CPPFunctions.h
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2018-11-16 11:26:52 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2018-12-06 11:28:56 +0000
commit05e5644715c678773abaf180222a33959ee0dadb (patch)
tree6e85d2808714acd6aa475af15fcbef136be5edeb /arm_compute/runtime/CPP/CPPFunctions.h
parent77e6c558963abfd36a632f6fe3235921f71a7a77 (diff)
downloadComputeLibrary-05e5644715c678773abaf180222a33959ee0dadb.tar.gz
COMPMID-1463: SSD support: Create Detection layer
Change-Id: I8b59b9b94cbd132e1ff5157a4c59882719e12e3b Reviewed-on: https://review.mlplatform.org/327 Reviewed-by: Anthony Barbier <Anthony.barbier@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/runtime/CPP/CPPFunctions.h')
-rw-r--r--arm_compute/runtime/CPP/CPPFunctions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/runtime/CPP/CPPFunctions.h b/arm_compute/runtime/CPP/CPPFunctions.h
index 9c17d9e404..63df437d11 100644
--- a/arm_compute/runtime/CPP/CPPFunctions.h
+++ b/arm_compute/runtime/CPP/CPPFunctions.h
@@ -26,6 +26,7 @@
/* Header regrouping all the CPP functions */
#include "arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h"
+#include "arm_compute/runtime/CPP/functions/CPPDetectionOutputLayer.h"
#include "arm_compute/runtime/CPP/functions/CPPPermute.h"
#include "arm_compute/runtime/CPP/functions/CPPUpsample.h"