aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/ArmNN.hpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2020-03-19 17:03:14 +0000
committerJim Flynn <jim.flynn@arm.com>2020-03-19 17:03:14 +0000
commit0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 (patch)
treeb0af08b5a0b74149fca422151127ac6310385399 /include/armnn/ArmNN.hpp
parent8c3259fa007d43fcc5ea56fe6928526dbe79f3c0 (diff)
downloadarmnn-0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7.tar.gz
Creating gh-pages documentation for ArmNN
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'include/armnn/ArmNN.hpp')
-rw-r--r--include/armnn/ArmNN.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/armnn/ArmNN.hpp b/include/armnn/ArmNN.hpp
deleted file mode 100644
index b18f14c8b7..0000000000
--- a/include/armnn/ArmNN.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// Copyright © 2017 Arm Ltd. All rights reserved.
-// SPDX-License-Identifier: MIT
-//
-#pragma once
-
-#include "BackendId.hpp"
-#include "Descriptors.hpp"
-#include "Exceptions.hpp"
-#include "INetwork.hpp"
-#include "IRuntime.hpp"
-#include "LstmParams.hpp"
-#include "Optional.hpp"
-#include "QuantizedLstmParams.hpp"
-#include "Tensor.hpp"
-#include "Types.hpp"
-#include "TypesUtils.hpp"
-#include "Utils.hpp"
-#include "Version.hpp"