aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPavel Macenauer <pavel.macenauer@linaro.org>2020-10-22 08:07:59 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2020-10-28 16:29:50 +0000
commit1be893f5b1a80a7b801cb0082dcfc74237b74ef5 (patch)
tree11a25257a4a999459ae185b205abaf53e8c76e1b /python
parent3e54d03115bc502aa85a346d68f50712ece10620 (diff)
downloadarmnn-1be893f5b1a80a7b801cb0082dcfc74237b74ef5.tar.gz
Move PyArmNN unit test resources for IDeserializer to external storage
Change-Id: I582acd5a852143b17ca19aebaf54ccf5c7b5df87 Signed-off-by: Pavel Macenauer <pavel.macenauer@nxp.com>
Diffstat (limited to 'python')
-rwxr-xr-xpython/pyarmnn/scripts/download_test_resources.py2
-rw-r--r--python/pyarmnn/scripts/requirements.txt1
-rw-r--r--python/pyarmnn/test/testdata/shared/deserializer/golden_output_lite.npybin138 -> 0 bytes
-rw-r--r--python/pyarmnn/test/testdata/shared/deserializer/input_lite.npybin912 -> 0 bytes
-rw-r--r--python/pyarmnn/test/testdata/shared/mock_model.armnnbin37140 -> 0 bytes
5 files changed, 1 insertions, 2 deletions
diff --git a/python/pyarmnn/scripts/download_test_resources.py b/python/pyarmnn/scripts/download_test_resources.py
index 63fe1e9976..b2c58b0474 100755
--- a/python/pyarmnn/scripts/download_test_resources.py
+++ b/python/pyarmnn/scripts/download_test_resources.py
@@ -14,7 +14,7 @@ import uuid
SCRIPTS_DIR = os.path.dirname(os.path.realpath(__file__))
EXTRACT_DIR = os.path.join(SCRIPTS_DIR, "..", "test")
-ARCHIVE_URL = "https://snapshots.linaro.org/components/pyarmnn-tests/pyarmnn_testdata_200500_20200415.tar.bz2"
+ARCHIVE_URL = "https://snapshots.linaro.org/components/pyarmnn-tests/pyarmnn_testdata_201100_20201022.tar.bz2"
def download_resources(url, save_path):
diff --git a/python/pyarmnn/scripts/requirements.txt b/python/pyarmnn/scripts/requirements.txt
index 6f6296c244..59477a0261 100644
--- a/python/pyarmnn/scripts/requirements.txt
+++ b/python/pyarmnn/scripts/requirements.txt
@@ -1,3 +1,2 @@
requests==2.23.0
pdoc3==0.6.3
-pyarmnn>=19.8.0
diff --git a/python/pyarmnn/test/testdata/shared/deserializer/golden_output_lite.npy b/python/pyarmnn/test/testdata/shared/deserializer/golden_output_lite.npy
deleted file mode 100644
index 099f7fed22..0000000000
--- a/python/pyarmnn/test/testdata/shared/deserializer/golden_output_lite.npy
+++ /dev/null
Binary files differ
diff --git a/python/pyarmnn/test/testdata/shared/deserializer/input_lite.npy b/python/pyarmnn/test/testdata/shared/deserializer/input_lite.npy
deleted file mode 100644
index 53174683ff..0000000000
--- a/python/pyarmnn/test/testdata/shared/deserializer/input_lite.npy
+++ /dev/null
Binary files differ
diff --git a/python/pyarmnn/test/testdata/shared/mock_model.armnn b/python/pyarmnn/test/testdata/shared/mock_model.armnn
deleted file mode 100644
index 964550bc1f..0000000000
--- a/python/pyarmnn/test/testdata/shared/mock_model.armnn
+++ /dev/null
Binary files differ