aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/TypeUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/TypeUtils.hpp')
-rw-r--r--src/armnn/TypeUtils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/TypeUtils.hpp b/src/armnn/TypeUtils.hpp
index 5bb040f780..f7d0e077c8 100644
--- a/src/armnn/TypeUtils.hpp
+++ b/src/armnn/TypeUtils.hpp
@@ -41,7 +41,7 @@ struct ResolveTypeImpl<DataType::Signed32>
template<>
struct ResolveTypeImpl<DataType::Boolean>
{
- using Type = bool;
+ using Type = uint8_t;
};
template<DataType DT>