aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceModel.hpp
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-11-08 09:19:14 +0000
committerDavid Beck <david.beck@arm.com>2018-11-08 12:48:30 +0000
commit1b61be517387a20cd869e30587de2140b6d2252d (patch)
tree06ca37c640ccf4cd1fc5722393caf16c15a16b14 /tests/InferenceModel.hpp
parent60578950322491e44b4203fe085c3230ead19c7a (diff)
downloadarmnn-experimental/nhwc-preview.tar.gz
IVGCVSW-2056+IVGCVSW-2064 : move ClContextControl to the ClBackendexperimental/nhwc-preview
* add IBackendContext interface * add ClBackendContext implementation Change-Id: I13e4d12b73d4c7775069587675276f7cee7d630b
Diffstat (limited to 'tests/InferenceModel.hpp')
-rw-r--r--tests/InferenceModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index 9ca7dfd683..5fefd05619 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.hpp
@@ -14,7 +14,7 @@
#include <armnnOnnxParser/IOnnxParser.hpp>
#endif
-#include <backends/backendsCommon/BackendRegistry.hpp>
+#include <backendsCommon/BackendRegistry.hpp>
#include <boost/exception/exception.hpp>
#include <boost/exception/diagnostic_information.hpp>