Integration of PyArmNN into CMake
authorPavel Macenauer <pavel.macenauer@linaro.org>
Wed, 15 Apr 2020 14:17:26 +0000 (14:17 +0000)
committerJan Eilers <jan.eilers@arm.com>
Thu, 21 May 2020 16:56:05 +0000 (17:56 +0100)
commitf668f94de9a07d0bf488c10142a99c910f3b6640
tree33a60c365494a3bf1b65a06ad5a450d69763c4bd
parente221533b76f69d4e14bd0cb9cc1615928408bab7
Integration of PyArmNN into CMake

Change-Id: Ice37e693f4598a6b3c38bd38d89f1d35cdaa8a18
Signed-off-by: Pavel Macenauer <pavel.macenauer@nxp.com>
15 files changed:
CMakeLists.txt
cmake/GlobalConfig.cmake
python/pyarmnn/CMakeLists.txt [new file with mode: 0644]
python/pyarmnn/LICENSE [new file with mode: 0644]
python/pyarmnn/README.md
python/pyarmnn/examples/onnx_mobilenetv2.py [changed mode: 0644->0755]
python/pyarmnn/examples/tflite_mobilenetv1_quantized.py [changed mode: 0644->0755]
python/pyarmnn/init_devenv.sh [deleted file]
python/pyarmnn/scripts/download_test_resources.py [changed mode: 0644->0755]
python/pyarmnn/scripts/generate_docs.py [changed mode: 0644->0755]
python/pyarmnn/setup.py [changed mode: 0644->0755]
python/pyarmnn/src/pyarmnn/_version.py
python/pyarmnn/swig_generate.py
python/pyarmnn/test/test_setup.py
python/pyarmnn/test/test_version.py