aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-02-22 14:40:39 +0000
committerNikhil Raj <nikhil.raj@arm.com>2021-02-22 14:40:47 +0000
commit58908bfb0f282c53632f2fbce7a5ee48ae89cc89 (patch)
tree3c189d7babe6a0b57c41db83f17807ee437410fe /README.md
parent1121c6bf3fc4ff34b6fce2e17a2cda71be185112 (diff)
downloadarmnn-58908bfb0f282c53632f2fbce7a5ee48ae89cc89.tar.gz
Minor doc updates
* Updating README * Updating android ndk build guide Change-Id: I09f5e4fe09d590b6b482800730b78cbc84cee9e9 Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
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 d645bffe49..a81712f69d 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ usability by providing Arm NN as a **Debian package**. Our debian package is the
the TfLite Parser and PyArmNN (More support is about to come): [Installation via Apt Repository](InstallationViaAptRepository.md)
The newest member in Arm NNs software toolkit is the **TfLite Delegate**. The delegate can be integrated in TfLite.
-TfLite will then delegate operations that can be accelerated with Arm NN to Arm NN. Every other operation will still be
+TfLite will then delegate operations, that can be accelerated with Arm NN, to Arm NN. Every other operation will still be
executed with the usual TfLite runtime. This is our **recommended way to accelerate TfLite models**. As with our parsers
there are tutorials in our doxygen documentation that can be found in the [wiki section](https://github.com/ARM-software/armnn/wiki/Documentation).