IVGCVSW-2610 Add Quantization Tool Executable
authorJim Flynn <jim.flynn@arm.com>
Fri, 15 Feb 2019 14:45:04 +0000 (14:45 +0000)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Thu, 21 Feb 2019 08:26:39 +0000 (08:26 +0000)
commit3091b06807257a6db0ff03654681f87526f37955
tree30855ced21aa74400d6910040e300d3eda15f269
parent30b0020478652e441a5dff4880261f7c7007bb6c
IVGCVSW-2610 Add Quantization Tool Executable

* Also added TensorInfos to the output slots in the SerializerTests
  to create valid ArmNN networks for serialization

Change-Id: I092b1ac889dd5e05cb1c10c9dfb573acaf1970d9
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
CMakeLists.txt
cmake/GlobalConfig.cmake
src/armnnQuantizer/ArmNNQuantizerMain.cpp [new file with mode: 0644]
src/armnnQuantizer/CommandLineProcessor.cpp [new file with mode: 0644]
src/armnnQuantizer/CommandLineProcessor.hpp [new file with mode: 0644]
src/armnnSerializer/test/SerializerTests.cpp