aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-02-11 12:19:14 +0000
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-02-12 10:02:25 +0000
commit9a87e45d135f1e049870275b19c0a034c60abb9e (patch)
tree6fe6b6f210f4345d5283d06c61239ae243e5ed50 /README.md
parent13757bd8149d948ae79a778b404626a621f18573 (diff)
downloadarmnn-9a87e45d135f1e049870275b19c0a034c60abb9e.tar.gz
IVGCVSW-4403 Update readme for sample standalone dynamic backend
and remove standalone dynamic reference backend Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I33bc82d8b07450a9c3f6c5dc415eda8427aec57b
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82faf42f04..af42d04782 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Arm NN is written using portable C++14 and the build system uses [CMake](https:/
The armnn/tests directory contains tests used during Arm NN development. Many of them depend on third-party IP, model protobufs and image files not distributed with Arm NN. The dependencies of some of the tests are available freely on the Internet, for those who wish to experiment.
-The 'armnn/samples' directory contains SimpleSample.cpp, a very basic example of the ArmNN SDK API in use.
+The 'armnn/samples' directory contains SimpleSample.cpp, a very basic example of the ArmNN SDK API in use, and DynamicSample.cpp, a very basic example of using the ArmNN SDK API with the standalone sample dynamic backend.
The 'ExecuteNetwork' program, in armnn/tests/ExecuteNetwork, has no additional dependencies beyond those required by Arm NN and the model parsers. It takes any model and any input tensor, and simply prints out the output tensor. Run it with no arguments to see command-line help.