From d55ebd6972c6c6719d20a988aef665f4f281cdaf 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 --- README.md | 2 +- docs/Doxyfile | 4 ++-- docs/pyarmnn.png | Bin 0 -> 74951 bytes python/pyarmnn/README.md | 2 +- python/pyarmnn/images/pyarmnn.png | Bin 74951 -> 0 bytes 5 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 docs/pyarmnn.png delete mode 100644 python/pyarmnn/images/pyarmnn.png diff --git a/README.md b/README.md index e4842a5524..4af720f62c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ hardware you want to execute it on. This results in a great boost of execution s network can be executed depends on the operations it contains and the available hardware. Below you can see the speedup we've been experiencing in our experiments with a few common networks. -\image html docs/PerformanceChart.odt +\image html PerformanceChart.png Arm NN is written using portable C++14 and the build system uses [CMake](https://cmake.org/), therefore it is possible to build for a wide variety of target platforms, from a wide variety of host environments. diff --git a/docs/Doxyfile b/docs/Doxyfile index 43fd269621..7dd51b50bc 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -61,7 +61,7 @@ PROJECT_NAME = "ArmNN" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 21.08 +PROJECT_NUMBER = 21.11 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -978,7 +978,7 @@ EXAMPLE_RECURSIVE = NO # that contain images that are to be included in the documentation (see the # \image command). -IMAGE_PATH = python/pyarmnn/ +IMAGE_PATH = docs/ # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program diff --git a/docs/pyarmnn.png b/docs/pyarmnn.png new file mode 100644 index 0000000000..7a900d8e3a Binary files /dev/null and b/docs/pyarmnn.png differ 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 diff --git a/python/pyarmnn/images/pyarmnn.png b/python/pyarmnn/images/pyarmnn.png deleted file mode 100644 index 7a900d8e3a..0000000000 Binary files a/python/pyarmnn/images/pyarmnn.png and /dev/null differ -- cgit v1.2.1