aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/NetworkFwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/NetworkFwd.hpp')
-rw-r--r--include/armnn/NetworkFwd.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/armnn/NetworkFwd.hpp b/include/armnn/NetworkFwd.hpp
new file mode 100644
index 0000000000..75667fdfd0
--- /dev/null
+++ b/include/armnn/NetworkFwd.hpp
@@ -0,0 +1,16 @@
+//
+// Copyright © 2017 Arm Ltd. All rights reserved.
+// See LICENSE file in the project root for full license information.
+//
+#pragma once
+
+namespace armnn
+{
+class INetwork;
+class IOptimizedNetwork;
+class Graph;
+class IInputSlot;
+class IOutputSlot;
+class IConnectableLayer;
+class IDataLayer;
+} \ No newline at end of file