aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-02-18 12:33:17 +0000
committerKeith Davis <keith.davis@arm.com>2021-02-19 13:10:08 +0000
commit94b0af496f2a410e3b7b12c8a6b2a1864dfb41d6 (patch)
tree46ff1f70fd4b026722f3c06cb9af3ae539f40a05 /README.md
parentd9a7c3194c2dfab1c7d858c69b1789ae8470a72f (diff)
downloadarmnn-94b0af496f2a410e3b7b12c8a6b2a1864dfb41d6.tar.gz
IVGCVSW-5682 Add Deprecation Notification
* For Quantizer, Tensorflow Parser and Caffe Parser Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: If30daa54947c417c0d700f11e630546b1745b72e
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 69f1561c93..d6028614e3 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,12 @@ or take a look at previous [github issues](https://github.com/ARM-software/armnn
## Note
-We are currently in the process of removing [boost](https://www.boost.org/) as a dependency to Arm NN. This process
+1. The following tools are **deprecated** in Arm NN 21.02 and will be removed in 21.05:
+ * TensorflowParser
+ * CaffeParser
+ * Quantizer
+
+2. We are currently in the process of removing [boost](https://www.boost.org/) as a dependency to Arm NN. This process
is finished for everything apart from our unit tests. This means you don't need boost to build and use Arm NN but
you need it to execute our unit tests. Boost will soon be removed from Arm NN entirely.