aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/scripts
diff options
context:
space:
mode:
authorPavel Macenauer <pavel.macenauer@linaro.org>2020-04-15 14:17:26 +0000
committerPavel Macenauer <pavel.macenauer@linaro.org>2020-05-21 16:07:49 +0200
commit59e057fbbf315419724bf71fe9c7f617248e7aee (patch)
tree33a60c365494a3bf1b65a06ad5a450d69763c4bd /python/pyarmnn/scripts
parent0800bf541a3c6f5f2d6ff842a30e20ed48fb2eac (diff)
downloadarmnn-59e057fbbf315419724bf71fe9c7f617248e7aee.tar.gz
Integration of PyArmNN into CMake
Change-Id: Ice37e693f4598a6b3c38bd38d89f1d35cdaa8a18 Signed-off-by: Pavel Macenauer <pavel.macenauer@nxp.com>
Diffstat (limited to 'python/pyarmnn/scripts')
-rwxr-xr-x[-rw-r--r--]python/pyarmnn/scripts/download_test_resources.py3
-rwxr-xr-x[-rw-r--r--]python/pyarmnn/scripts/generate_docs.py2
2 files changed, 5 insertions, 0 deletions
diff --git a/python/pyarmnn/scripts/download_test_resources.py b/python/pyarmnn/scripts/download_test_resources.py
index b166ed77be..63fe1e9976 100644..100755
--- a/python/pyarmnn/scripts/download_test_resources.py
+++ b/python/pyarmnn/scripts/download_test_resources.py
@@ -1,3 +1,6 @@
+#!/usr/bin/env python3
+# Copyright 2020 NXP
+# SPDX-License-Identifier: MIT
"""Downloads and extracts resources for unit tests.
It is mandatory to run this script prior to running unit tests. Resources are stored as a tar.gz or a tar.bz2 archive and
diff --git a/python/pyarmnn/scripts/generate_docs.py b/python/pyarmnn/scripts/generate_docs.py
index 66eff6d52a..d4bc75078f 100644..100755
--- a/python/pyarmnn/scripts/generate_docs.py
+++ b/python/pyarmnn/scripts/generate_docs.py
@@ -1,6 +1,8 @@
+#!/usr/bin/env python3
# Copyright © 2020 Arm Ltd. All rights reserved.
# SPDX-License-Identifier: MIT
"""Generate PyArmNN documentation."""
+
import os
import tarfile