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.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/armnn/NetworkUtils.hpp b/src/armnn/NetworkUtils.hpp
index b81d5cb5e7..1a520b7195 100644
--- a/src/armnn/NetworkUtils.hpp
+++ b/src/armnn/NetworkUtils.hpp
@@ -5,7 +5,11 @@
#pragma once
+#include "DeviceSpec.hpp"
#include "Graph.hpp"
+#include "SubGraph.hpp"
+
+#include <backendsCommon/IBackendInternal.hpp>
namespace armnn
{
@@ -16,4 +20,9 @@ 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