IVGCVSW-3081 Quantizer min>=max error & missing layers
authorLes Bell <les.bell@arm.com>
Fri, 17 May 2019 15:17:12 +0000 (16:17 +0100)
committerRuomei Yan <ruomei.yan@arm.com>
Wed, 22 May 2019 10:42:15 +0000 (10:42 +0000)
commite0ca861a5846cb5039b2d4760ce70d03e5efd8f3
tree687b9300a1e9e197c06473d2eac63ab1d3363ffe
parented735043d679e5697f99badbec9c89fb29e9b6aa
IVGCVSW-3081 Quantizer min>=max error & missing layers

* relaxed the check to min > max in the quantization schemes
* added missing layer support for resnet_v2_50 model
  * Pad, Rsqrt, Multipilcation, Subtraction, Mean
* sorted methods alphabetically in Quantizerlayer & LayerVisitorBase

Change-Id: I003401ff7ac89b60580c959ea8fd9d6fef66b88e
Signed-off-by: Les Bell <les.bell@arm.com>
include/armnn/LayerVisitorBase.hpp
src/armnn/NetworkQuantizationScheme.hpp
src/armnn/QuantizerVisitor.cpp
src/armnn/QuantizerVisitor.hpp
src/armnnSerializer/test/SerializerTests.cpp