aboutsummaryrefslogtreecommitdiff
path: root/delegate/IntegrateDelegateIntoPython.md
diff options
context:
space:
mode:
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