aboutsummaryrefslogtreecommitdiff
path: root/samples/examples.dox
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-09-02 13:12:11 +0100
committerJan Eilers <jan.eilers@arm.com>2021-09-08 12:14:33 +0100
commite38c418ebc434d6c2a5618388b0bd05963308047 (patch)
tree6516938a5a4e5d99426908442662fb565dcc6a09 /samples/examples.dox
parent6e330413f91e1fa13d22e3f3b0eaf31a04be6dcc (diff)
downloadarmnn-e38c418ebc434d6c2a5618388b0bd05963308047.tar.gz
Add sample app for asynchronous execution
Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I6d903c721d71a28bc02e4e98aaa813fb9159b678
Diffstat (limited to 'samples/examples.dox')
-rw-r--r--samples/examples.dox8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/examples.dox b/samples/examples.dox
index e0b0ea345e..4a41e30a48 100644
--- a/samples/examples.dox
+++ b/samples/examples.dox
@@ -38,4 +38,12 @@ memory for the inputs, outputs and inter layer memory.
@example CustomMemoryAllocatorSample.cpp
**/
+/**
+Yet another variant of the SimpleSample application. In this little sample app you will be shown how to run a
+network multiple times asynchronously.
+
+@note This is currently an experimental interface
+@example AsyncExecutionSample.cpp
+**/
+
}