aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTestUtils/CommonTestUtils.hpp
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2022-01-17 17:08:01 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2022-01-19 15:43:31 +0000
commita49ff0841e86acb0a77747d93e6c9f18b8517ee8 (patch)
tree61a0c3d8d3d21d30f1d55508e294cd1fbcae84a2 /src/armnnTestUtils/CommonTestUtils.hpp
parent34b429c2215bab7fd12b761dd5c200414c1b4a5b (diff)
downloadarmnn-a49ff0841e86acb0a77747d93e6c9f18b8517ee8.tar.gz
IVGCVSW-6712 Move SubgraphView to backends include folder
* Make subgraphview a public interface for backends. Change-Id: I615a29ffec41e947215c3d29c2d7d214e327fb90 Signed-off-by: Francis Murtagh <francis.murtagh@arm.com>
Diffstat (limited to 'src/armnnTestUtils/CommonTestUtils.hpp')
-rw-r--r--src/armnnTestUtils/CommonTestUtils.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnnTestUtils/CommonTestUtils.hpp b/src/armnnTestUtils/CommonTestUtils.hpp
index 3fadc888b9..b75a32be61 100644
--- a/src/armnnTestUtils/CommonTestUtils.hpp
+++ b/src/armnnTestUtils/CommonTestUtils.hpp
@@ -8,12 +8,12 @@
#include "TestUtils.hpp"
#include <Graph.hpp>
-#include <SubgraphView.hpp>
-#include <SubgraphViewSelector.hpp>
#include <ResolveType.hpp>
+#include <SubgraphViewSelector.hpp>
#include <armnn/BackendRegistry.hpp>
#include <armnn/Types.hpp>
+#include <armnn/backends/SubgraphView.hpp>
#include <armnn/backends/TensorHandle.hpp>
#include <algorithm>