aboutsummaryrefslogtreecommitdiff
path: root/delegate/IntegrateDelegateIntoPython.md
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2021-05-04 16:12:34 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-05-10 18:05:18 +0100
commit38c26926ee6e4fe08af2c31d16536f576d8194cd (patch)
treed324963eb40ade31adfe19dd728f0874f2a01617 /delegate/IntegrateDelegateIntoPython.md
parent2be1b12df67af8a11dd32a024b2b9281b8b672ce (diff)
downloadarmnn-38c26926ee6e4fe08af2c31d16536f576d8194cd.tar.gz
IVGCVSW-5939 Fixing broken links in IntegrateDelegateIntoPython.md
* Fixing broken links in IntegrateDelegateIntoPython.md * Adding TFLite Model Benchmark Tool to BuildGuidenative.md Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: I41b7e1fb1dc7b5a95a5ab2a1ad2207150251e835
Diffstat (limited to 'delegate/IntegrateDelegateIntoPython.md')
-rw-r--r--delegate/IntegrateDelegateIntoPython.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/delegate/IntegrateDelegateIntoPython.md b/delegate/IntegrateDelegateIntoPython.md
index e8624e8f64..967b9e30e9 100644
--- a/delegate/IntegrateDelegateIntoPython.md
+++ b/delegate/IntegrateDelegateIntoPython.md
@@ -109,8 +109,7 @@ INFO: TfLiteArmnnDelegate: Created TfLite ArmNN delegate.
Info: Shutdown time: 0.28 ms
```
-For more details on what kind of options you can pass to the Arm NN delegate please check
-[armnn_delegate_adaptor.cpp](src/armnn_external_delegate.cpp).
+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](namespacetflite.xhtml).
You can also test the functionality of the external delegate adaptor by running some unit tests:
```bash