aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/ArmNN.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/ArmNN.hpp')
-rw-r--r--include/armnn/ArmNN.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/armnn/ArmNN.hpp b/include/armnn/ArmNN.hpp
new file mode 100644
index 0000000000..d1cb7a8488
--- /dev/null
+++ b/include/armnn/ArmNN.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
+
+#include "Descriptors.hpp"
+#include "Exceptions.hpp"
+#include "IRuntime.hpp"
+#include "INetwork.hpp"
+#include "LayerSupport.hpp"
+#include "Tensor.hpp"
+#include "Types.hpp"
+#include "TypesUtils.hpp"
+#include "Utils.hpp"
+#include "Version.hpp"