ArmNN
 21.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 }