aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Graph.cpp
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/armnn/Graph.cpp
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/armnn/Graph.cpp')
-rw-r--r--src/armnn/Graph.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/armnn/Graph.cpp b/src/armnn/Graph.cpp
index cdb323432c..1bea6cc2ae 100644
--- a/src/armnn/Graph.cpp
+++ b/src/armnn/Graph.cpp
@@ -3,16 +3,15 @@
// SPDX-License-Identifier: MIT
//
-#include "Graph.hpp"
-#include "SubgraphView.hpp"
-#include "LayersFwd.hpp"
+#include <Graph.hpp>
+#include <LayersFwd.hpp>
#include <armnn/backends/IBackendInternal.hpp>
+#include <armnn/backends/SubgraphView.hpp>
#include <armnn/BackendId.hpp>
#include <armnn/Logging.hpp>
#include <armnn/TypesUtils.hpp>
-#include <armnn/Utils.hpp>
#include <armnn/utility/Assert.hpp>
#include <armnn/utility/NumericCast.hpp>