aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CPP/CPPFunctions.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-09-19 09:46:47 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2018-11-06 11:10:26 +0000
commit2709d61ec25156387e48a75d19a5ab5a035fc12b (patch)
tree45ae48cb9e4ca929daef371c893d724a6bc8254e /arm_compute/runtime/CPP/CPPFunctions.h
parent3704464b68ddd22739b38354de1721a3db4267b5 (diff)
downloadComputeLibrary-2709d61ec25156387e48a75d19a5ab5a035fc12b.tar.gz
COMPMID-1328 Add support for BoxWithNMSLimit operator in CPP
Change-Id: I5aae537372bf797fbb2a2bae81038f8963b041a9
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 4b7e1afbb5..9c17d9e404 100644
--- a/arm_compute/runtime/CPP/CPPFunctions.h
+++ b/arm_compute/runtime/CPP/CPPFunctions.h
@@ -25,6 +25,7 @@
#define __ARM_COMPUTE_CPPFUNCTIONS_H__
/* Header regrouping all the CPP functions */
+#include "arm_compute/runtime/CPP/functions/CPPBoxWithNonMaximaSuppressionLimit.h"
#include "arm_compute/runtime/CPP/functions/CPPPermute.h"
#include "arm_compute/runtime/CPP/functions/CPPUpsample.h"