aboutsummaryrefslogtreecommitdiff
path: root/1.2/HalPolicy.hpp
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2019-07-29 16:56:31 +0100
committermike.kelly <mike.kelly@arm.com>2019-07-30 08:10:43 +0000
commit0a87936e7261fc074797111d274c40fca17d9509 (patch)
tree87d17283cf0930608bc2f4077b98fff8a56f68ab /1.2/HalPolicy.hpp
parenta5e2a458d6279560bbe24deafc12db286be2ca10 (diff)
downloadandroid-nn-driver-0a87936e7261fc074797111d274c40fca17d9509.tar.gz
IVGCVSW-3591 Fixed unexpectedly skipped SUB tests
* A model that has Inputs with different quantized scales is not compliant with 1.1 Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: Ifb8277d78f05b5ef017effa879322a08c0efc851
Diffstat (limited to '1.2/HalPolicy.hpp')
-rw-r--r--1.2/HalPolicy.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/1.2/HalPolicy.hpp b/1.2/HalPolicy.hpp
index 74683136..285a37f1 100644
--- a/1.2/HalPolicy.hpp
+++ b/1.2/HalPolicy.hpp
@@ -66,6 +66,8 @@ private:
static bool ConvertSpaceToDepth(const Operation& operation, const Model& model, ConversionData& data);
+ static bool ConvertSub(const Operation& operation, const Model& model, ConversionData& data);
+
static bool ConvertTanH(const Operation& operation, const Model& model, ConversionData& data);
static bool ConvertLstm(const Operation& operation, const Model& model, ConversionData& data);