From 9a87e45d135f1e049870275b19c0a034c60abb9e Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Tue, 11 Feb 2020 12:19:14 +0000 Subject: IVGCVSW-4403 Update readme for sample standalone dynamic backend and remove standalone dynamic reference backend Signed-off-by: Narumol Prangnawarat Change-Id: I33bc82d8b07450a9c3f6c5dc415eda8427aec57b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.1