aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2019-11-19 09:12:19 +0000
committermike.kelly <mike.kelly@arm.com>2019-11-19 09:32:20 +0000
commit49d0f1209e2494fcbc4c807af49322a66fee4d20 (patch)
treea637fab6ebeb427e0b8eb88e78b8b54619641f45 /include
parentf83b114d50d9eb13fe3595b8b03d7c9904f17c15 (diff)
downloadarmnn-49d0f1209e2494fcbc4c807af49322a66fee4d20.tar.gz
MLCE-144 Cts NNAPI test cases failed
* Fixed numerous CTS/VTS failures related to Quantization Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: If5c20256366e80b6b9bbc46b2a1c410a9b8c48e1
Diffstat (limited to 'include')
-rw-r--r--include/armnn/Types.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index 4e80c3ccda..df5e6a7199 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -36,7 +36,8 @@ enum class DataType
Signed32 = 3,
Boolean = 4,
QuantisedSymm16 = 5,
- QuantizedSymm8PerAxis = 6
+ QuantizedSymm8PerAxis = 6,
+ QuantisedSymm8 = 7
};
enum class DataLayout