From a66eaa2a374a50b798159d95431c946fdda22a24 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Thu, 21 Dec 2017 19:50:06 +0000 Subject: COMPMID-752 Creating an example for QASYMM8 MobileNet Change-Id: Ic76b3b6adaff8c84ba4d2ca5283d9291c69344f0 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114466 Tested-by: Jenkins Reviewed-by: Pablo Tello Reviewed-by: Georgios Pinitas --- utils/Utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/Utils.h') diff --git a/utils/Utils.h b/utils/Utils.h index 01e5137669..ff4c4c99fd 100644 --- a/utils/Utils.h +++ b/utils/Utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 ARM Limited. + * Copyright (c) 2016-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -138,6 +138,7 @@ inline std::string get_typestring(DataType data_type) switch(data_type) { case DataType::U8: + case DataType::QASYMM8: return no_endianness + "u" + support::cpp11::to_string(sizeof(uint8_t)); case DataType::S8: return no_endianness + "i" + support::cpp11::to_string(sizeof(int8_t)); -- cgit v1.2.1