aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/NetworkUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/NetworkUtils.hpp')
-rw-r--r--src/armnn/NetworkUtils.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/armnn/NetworkUtils.hpp b/src/armnn/NetworkUtils.hpp
index 1a520b7195..421c52a6a7 100644
--- a/src/armnn/NetworkUtils.hpp
+++ b/src/armnn/NetworkUtils.hpp
@@ -7,9 +7,6 @@
#include "DeviceSpec.hpp"
#include "Graph.hpp"
-#include "SubGraph.hpp"
-
-#include <backendsCommon/IBackendInternal.hpp>
namespace armnn
{
@@ -20,9 +17,4 @@ std::vector<ConvertFp32ToFp16Layer*> InsertConvertFp32ToFp16LayersAfter(Graph& g
std::vector<DebugLayer*> InsertDebugLayerAfter(Graph& graph, Layer& layer);
-PreCompiledLayer* CreatePreCompiledLayer(Graph& graph,
- const SubGraph& subGraph,
- unsigned int subGraphIndex,
- const IBackendInternalUniquePtr& backendObject);
-
} // namespace armnn