aboutsummaryrefslogtreecommitdiff
path: root/samples/BareMetalDeserializedGraph.cpp
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-04-12 17:19:28 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2022-04-14 14:06:56 +0000
commite195a0418d86650e132737716059bff0ec80257f (patch)
tree1678283a958a2ab74cd27b648f5a69ef5270d289 /samples/BareMetalDeserializedGraph.cpp
parent69515d3b36653a00a5abee8bf52ac26dd6522bee (diff)
downloadarmnn-e195a0418d86650e132737716059bff0ec80257f.tar.gz
IVGCVSW-6710 Add compile of BareMetalDeserializedGraph sample
Change-Id: Ice69c2a22f589f68d302f80500dfe4e514a796d2 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'samples/BareMetalDeserializedGraph.cpp')
-rw-r--r--samples/BareMetalDeserializedGraph.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/BareMetalDeserializedGraph.cpp b/samples/BareMetalDeserializedGraph.cpp
new file mode 100644
index 0000000000..8b0df5f6dd
--- /dev/null
+++ b/samples/BareMetalDeserializedGraph.cpp
@@ -0,0 +1,11 @@
+//
+// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+#include <cstdio>
+
+int main()
+{
+ printf("The bare metal deserialized graph was successfully executed\n");
+ return 0;
+}