aboutsummaryrefslogtreecommitdiff
path: root/delegate
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-07-12 12:15:57 +0100
committerJames Conroy <james.conroy@arm.com>2022-07-13 09:29:37 +0000
commitc4bb774839c9d3580fbb7f06863aeba6517a0417 (patch)
tree5b6de7c43d2d2b9738e29a672b456406749ac8b7 /delegate
parent19e0b283c54c2617eae33e70d753a88a0fc13ad8 (diff)
downloadarmnn-c4bb774839c9d3580fbb7f06863aeba6517a0417.tar.gz
Documentation refactor and updates.
* Includes updating ContributorGuide.md with information section 'Contributing code to Arm NN'. * Renaming of ContributorGuide.md to CONTRIBUTING.md. Also renamed associated licence file and links in other pages that call the md file. Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ic3336d78b64ae41af07ea9fd03631bb161613c4b
Diffstat (limited to 'delegate')
-rw-r--r--delegate/BuildGuideNative.md2
-rw-r--r--delegate/DelegateQuickStartGuide.md3
2 files changed, 2 insertions, 3 deletions
diff --git a/delegate/BuildGuideNative.md b/delegate/BuildGuideNative.md
index 4aa1af3ee9..d8f0369285 100644
--- a/delegate/BuildGuideNative.md
+++ b/delegate/BuildGuideNative.md
@@ -256,6 +256,6 @@ std::unique_ptr<TfLiteDelegate, decltype(&armnnDelegate::TfLiteArmnnDelegateDele
armnnDelegateInterpreter->ModifyGraphWithDelegate(theArmnnDelegate.get());
```
-For further information on using TfLite Delegates please visit the [tensorflow website](https://www.tensorflow.org/lite/guide)
+For further information on using TfLite Delegates please visit the [tensorflow website](https://www.tensorflow.org/lite/guide).
For more details of the kind of options you can pass to the Arm NN delegate please check the parameters of function tflite_plugin_create_delegate.
diff --git a/delegate/DelegateQuickStartGuide.md b/delegate/DelegateQuickStartGuide.md
index ce58624677..b7cdef8f6e 100644
--- a/delegate/DelegateQuickStartGuide.md
+++ b/delegate/DelegateQuickStartGuide.md
@@ -42,8 +42,7 @@ Pre-requisites:
* numpy (Depends on TfLite version)
* tflite_runtime (>=2.5, depends on Arm NN Delegate)
-If you haven't built the delegate yet then take a look at the [build guide](./BuildGuideNative.md). Otherwise,
-you can download the binaries [here](https://github.com/ARM-software/armnn/releases/)
+If you haven't built the delegate yet then take a look at the [build guide](./BuildGuideNative.md). Otherwise, you can download the binaries [here](https://github.com/ARM-software/armnn/releases/).
We recommend creating a virtual environment for this tutorial. For the following code to work python3 is needed. Please
also check the documentation of the TfLite version you want to use. There might be additional prerequisites for the python