From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/_test_shared_object_8cpp_source.xhtml | 117 ++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 20.02/_test_shared_object_8cpp_source.xhtml (limited to '20.02/_test_shared_object_8cpp_source.xhtml') diff --git a/20.02/_test_shared_object_8cpp_source.xhtml b/20.02/_test_shared_object_8cpp_source.xhtml new file mode 100644 index 0000000000..a58c640d07 --- /dev/null +++ b/20.02/_test_shared_object_8cpp_source.xhtml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/test/TestSharedObject.cpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
TestSharedObject.cpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include "TestSharedObject.hpp"
7 
8 int TestFunction1(int i)
9 {
10  return i;
11 }
12 
13 int TestFunction2(int i)
14 {
15  return i;
16 }
17 
18 int TestFunction3(int i)
19 {
20  return i;
21 }
int TestFunction1(int i)
+ +
int TestFunction2(int i)
+
int TestFunction3(int i)
+
+
+ + + + -- cgit v1.2.1