aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2024-05-10 13:16:45 +0100
committerNikhil Raj <nikhil.raj@arm.com>2024-05-13 11:25:36 +0100
commit37be3457274d738aaa1d91d8f0effad9a984657d (patch)
treef7e5b162a80fca78ebd3a8461edb645a2ae2accc /python/pyarmnn
parent2c2f3aa6fbdd50ab5157bfc40f9335337f14abac (diff)
downloadarmnn-37be3457274d738aaa1d91d8f0effad9a984657d.tar.gz
IVGCVSW-8259 Reivew and update documentation related with operators for 24.05
* Debug layer supported data types updated * Added deprecation notices in md files to functionalities that will be removed Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I8673bdc2d596bfa4de751fc95dae010b195ad0b1
Diffstat (limited to 'python/pyarmnn')
-rw-r--r--python/pyarmnn/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pyarmnn/README.md b/python/pyarmnn/README.md
index b510c361c7..a165f58609 100644
--- a/python/pyarmnn/README.md
+++ b/python/pyarmnn/README.md
@@ -1,5 +1,6 @@
# PyArmNN
+## Note: Arm NN will be dropping support for PyArmNN in 24.08.
PyArmNN is a python extension for [Arm NN SDK](https://developer.arm.com/ip-products/processors/machine-learning/arm-nn).
PyArmNN provides interface similar to Arm NN C++ Api.
Before you proceed with the project setup, you will need to checkout and build a corresponding Arm NN version.