aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-06-21 16:00:31 +0100
committerNikhil Raj <nikhil.raj@arm.com>2023-06-22 14:51:24 +0100
commitfd5dbe98c780ae7bd390fae536c2dc636e7b61cc (patch)
tree3b9d8630cba9cb7b4c4f8199505ea274637e0ec1 /README.md
parent61b811aeaa5b6a95799575294fa24c72a6f9e74a (diff)
downloadarmnn-fd5dbe98c780ae7bd390fae536c2dc636e7b61cc.tar.gz
Doxygen: Fix XML parsing error in Arm NN Doxygen
* Currently Doxygen was failing with error XML Parsing Error: duplicate attribute in main. This is due to an obsolete align attribute * Fixed some minor warnings by closing the Third part tools table Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I08a0d734ee07aef6617aa23c6fbbc05fb20bdfe5
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index b071e7dd92..df332ed7b3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
<br>
-<div align="center">
- <img src="Arm_NN_horizontal_blue.png" class="center" alt="Arm NN Logo" width="300"/>
-</div>
+<td style="text-align: center">
+ <img src="Arm_NN_horizontal_blue.png" alt="Arm NN Logo" width="300"/>
+</td>
* [Quick Start Guides](#quick-start-guides)
* [Pre-Built Binaries](#pre-built-binaries)
@@ -152,15 +152,15 @@ If you find something that concerns you, please email terms@arm.com
## Third-party
Third party tools used by Arm NN:
-| Tool | License (SPDX ID) | Description | Version | Provenience
-|----------------|-------------------|------------------------------------------------------------------|-------------|-------------------
-| cxxopts | MIT | A lightweight C++ option parser library | SHA 12e496da3d486b87fa9df43edea65232ed852510 | https://github.com/jarro2783/cxxopts
-| doctest | MIT | Header-only C++ testing framework | 2.4.6 | https://github.com/onqtam/doctest
-| fmt | MIT | {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. | 7.0.1 | https://github.com/fmtlib/fmt
-| ghc | MIT | A header-only single-file std::filesystem compatible helper library | 1.3.2 | https://github.com/gulrak/filesystem
-| half | MIT | IEEE 754 conformant 16-bit half-precision floating point library | 1.12.0 | http://half.sourceforge.net
-| mapbox/variant | BSD | A header-only alternative to 'boost::variant' | 1.1.3 | https://github.com/mapbox/variant
-| stb | MIT | Image loader, resize and writer | 2.16 | https://github.com/nothings/stb
+| Tool | License (SPDX ID) | Description | Version | Provenience |
+|----------------|-------------------|------------------------------------------------------------------|-------------|--------------------------------------|
+| cxxopts | MIT | A lightweight C++ option parser library | SHA 12e496da3d486b87fa9df43edea65232ed852510 | https://github.com/jarro2783/cxxopts |
+| doctest | MIT | Header-only C++ testing framework | 2.4.6 | https://github.com/onqtam/doctest |
+| fmt | MIT | {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. | 7.0.1 | https://github.com/fmtlib/fmt |
+| ghc | MIT | A header-only single-file std::filesystem compatible helper library | 1.3.2 | https://github.com/gulrak/filesystem |
+| half | MIT | IEEE 754 conformant 16-bit half-precision floating point library | 1.12.0 | http://half.sourceforge.net |
+| mapbox/variant | BSD | A header-only alternative to 'boost::variant' | 1.1.3 | https://github.com/mapbox/variant |
+| stb | MIT | Image loader, resize and writer | 2.16 | https://github.com/nothings/stb |
## Build Flags