IVGCVSW-3061 Modify NetworkQuantizer to support option to preserve input/output types
authorNattapat Chaimanowong <nattapat.chaimanowong@arm.com>
Thu, 9 May 2019 09:13:20 +0000 (10:13 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Fri, 10 May 2019 08:30:55 +0000 (08:30 +0000)
commit724e48013142562b7f09c9c819f57c314c4ee3d4
tree935b425961ccb13a488708312bcc70b3b32fc87e
parent5fa83938592db420914903235daf3f1d5c97d6bc
IVGCVSW-3061 Modify NetworkQuantizer to support option to preserve input/output types

* Also add unit tests for new preserve type option

Signed-off-by: Nattapat Chaimanowong <nattapat.chaimanowong@arm.com>
Change-Id: I860759072f2e3546698118d1bcd5e79eb4e805ec
include/armnnQuantizer/INetworkQuantizer.hpp
src/armnn/NetworkQuantizer.cpp
src/armnn/QuantizerVisitor.cpp
src/armnn/QuantizerVisitor.hpp
src/armnn/test/QuantizerTest.cpp