From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- Documentation/_neon_backend_id_8hpp_source.xhtml | 115 +++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 Documentation/_neon_backend_id_8hpp_source.xhtml (limited to 'Documentation/_neon_backend_id_8hpp_source.xhtml') diff --git a/Documentation/_neon_backend_id_8hpp_source.xhtml b/Documentation/_neon_backend_id_8hpp_source.xhtml new file mode 100644 index 0000000000..53df1969e1 --- /dev/null +++ b/Documentation/_neon_backend_id_8hpp_source.xhtml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/NeonBackendId.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
NeonBackendId.hpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 namespace armnn
8 {
9 
10 constexpr const char * NeonBackendId() { return "CpuAcc"; }
11 
12 } // namespace armnn
constexpr const char * NeonBackendId()
+
Copyright (c) 2020 ARM Limited.
+
+
+ + + + -- cgit v1.2.1