From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- 22.02/_test_shared_object_8cpp.xhtml | 189 +++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 22.02/_test_shared_object_8cpp.xhtml (limited to '22.02/_test_shared_object_8cpp.xhtml') diff --git a/22.02/_test_shared_object_8cpp.xhtml b/22.02/_test_shared_object_8cpp.xhtml new file mode 100644 index 0000000000..51f6126aa3 --- /dev/null +++ b/22.02/_test_shared_object_8cpp.xhtml @@ -0,0 +1,189 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/test/TestSharedObject.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TestSharedObject.cpp File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + + + + +

+Functions

int TestFunction1 (int i)
 
int TestFunction2 (int i)
 
int TestFunction3 (int i)
 
+

Function Documentation

+ +

◆ TestFunction1()

+ +
+
+ + + + + + + + +
int TestFunction1 (int i)
+
+ +

Definition at line 8 of file TestSharedObject.cpp.

+
9 {
10  return i;
11 }
+
+
+ +

◆ TestFunction2()

+ +
+
+ + + + + + + + +
int TestFunction2 (int i)
+
+ +

Definition at line 13 of file TestSharedObject.cpp.

+
14 {
15  return i;
16 }
+
+
+ +

◆ TestFunction3()

+ +
+
+ + + + + + + + +
int TestFunction3 (int i)
+
+ +

Definition at line 18 of file TestSharedObject.cpp.

+
19 {
20  return i;
21 }
+
+
+
+
+ + + + -- cgit v1.2.1