Integration of PyArmNN into CMake
authorPavel Macenauer <pavel.macenauer@linaro.org>
Wed, 15 Apr 2020 14:17:26 +0000 (14:17 +0000)
committerPavel Macenauer <pavel.macenauer@linaro.org>
Thu, 21 May 2020 14:07:49 +0000 (16:07 +0200)
commit59e057fbbf315419724bf71fe9c7f617248e7aee
tree33a60c365494a3bf1b65a06ad5a450d69763c4bd
parent0800bf541a3c6f5f2d6ff842a30e20ed48fb2eac
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