aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-05-12 17:42:00 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-05-12 22:49:58 +0100
commit8a4bd6671d0106dfb788b8c9019f2f9646770f8d (patch)
tree702f66bddd620f3a2123f1de485d9f50d5618aa7
parente13629bb8d8b4a158eda66f4ad101866db47b85a (diff)
downloadarmnn-21.05.tar.gz
IVGCVSW-5722 Update README.mdv21.05branches/armnn_21_05
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: Ib1d74d644be1738ea13c5f6b2d17b8411fb3f6ee
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4d65b8f2ce..702a011065 100644
--- a/README.md
+++ b/README.md
@@ -70,13 +70,13 @@ or take a look at previous [github issues](https://github.com/ARM-software/armnn
## Note
-1. The following tools are **deprecated** in Arm NN 21.02 and will be removed in 21.05:
- * TensorflowParser
- * CaffeParser
+1. The following tools have been removed in 21.05:
+ * TensorFlow Parser
+ * Caffe Parser
* Quantizer
-2. Ubuntu Linux 16.04 LTS will no longer be supported by April 30, 2021.
- At that time, Ubuntu 16.04 LTS will no longer receive security patches or other software updates.
+2. Ubuntu Linux 16.04 LTS is no longer supported from April 30, 2021.
+ As a result Ubuntu 16.04 LTS will no longer receive security patches or other software updates.
Consequently Arm NN will from the 21.08 Release at the end of August 2021 no longer be officially
supported on Ubuntu 16.04 LTS but will instead be supported on Ubuntu 18.04 LTS.
@@ -127,6 +127,7 @@ 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.0 | 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