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)