aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-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