From 818f56a50164d5cd8420f195a570693500885eda Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 12 Nov 2021 11:43:58 +0000 Subject: Update the graph path in Readme and update project number in doxyfile * Move all the image files used in doxygen to docs/ * Have a single path for all images in Doxyfile * Update project number to 21.11 in Doxyfile Signed-off-by: Nikhil Raj Change-Id: Ic9102d36b69a8261caf8e55da645463540e0b9f3 --- python/pyarmnn/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyarmnn/README.md') diff --git a/python/pyarmnn/README.md b/python/pyarmnn/README.md index ae263463da..dc3b8a1fb0 100644 --- a/python/pyarmnn/README.md +++ b/python/pyarmnn/README.md @@ -10,7 +10,7 @@ delegated to the Arm NN library. The [SWIG](http://www.swig.org/) project is used to generate the Arm NN python shadow classes and C wrapper. The following diagram shows the conceptual architecture of this library: -![PyArmNN](./images/pyarmnn.png) +![PyArmNN](docs/pyarmnn.png) # Setup development environment -- cgit v1.2.1