aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-29 15:03:22 +0000
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-10-31 12:52:00 +0000
commitc601aa626dac78e1482a258e493a6c186e6bf514 (patch)
treedac6879d548571527fdd6dee9a7400f331583fdf /tests
parentd90530719f6ab16417eb95d885317f50c662725f (diff)
downloadarmnn-c601aa626dac78e1482a258e493a6c186e6bf514.tar.gz
GitHub #292 Move BackendRegistry.hpp to the public API
* Moved to BackendRegistry.hpp include/armnn * Updated makefiles and sources accordingly Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: I4d83abb581d523218a880c879fcf30c9611f7fd7
Diffstat (limited to 'tests')
-rw-r--r--[-rwxr-xr-x]tests/DeepSpeechV1InferenceTest.hpp0
-rw-r--r--tests/InferenceModel.hpp5
-rw-r--r--[-rwxr-xr-x]tests/LstmCommon.hpp0
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/DeepSpeechV1InferenceTest.hpp b/tests/DeepSpeechV1InferenceTest.hpp
index 3195d2bb14..3195d2bb14 100755..100644
--- a/tests/DeepSpeechV1InferenceTest.hpp
+++ b/tests/DeepSpeechV1InferenceTest.hpp
diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index 412476a4df..9e054c4375 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.hpp
@@ -2,8 +2,11 @@
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
+
#pragma once
+
#include <armnn/ArmNN.hpp>
+#include <armnn/BackendRegistry.hpp>
#if defined(ARMNN_SERIALIZER)
#include "armnnDeserializer/IDeserializer.hpp"
@@ -18,8 +21,6 @@
#include <HeapProfiling.hpp>
#include <TensorIOUtils.hpp>
-#include <backendsCommon/BackendRegistry.hpp>
-
#include <boost/algorithm/string/join.hpp>
#include <boost/exception/exception.hpp>
#include <boost/exception/diagnostic_information.hpp>
diff --git a/tests/LstmCommon.hpp b/tests/LstmCommon.hpp
index 0876d263ed..0876d263ed 100755..100644
--- a/tests/LstmCommon.hpp
+++ b/tests/LstmCommon.hpp