aboutsummaryrefslogtreecommitdiff
path: root/tests/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils.h')
-rw-r--r--tests/Utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Utils.h b/tests/Utils.h
index 0c4aeb61f5..6b3935e526 100644
--- a/tests/Utils.h
+++ b/tests/Utils.h
@@ -359,6 +359,7 @@ void store_value_with_data_type(void *ptr, T value, DataType data_type)
*reinterpret_cast<uint8_t *>(ptr) = value;
break;
case DataType::S8:
+ case DataType::QASYMM8_SIGNED:
case DataType::QSYMM8:
case DataType::QSYMM8_PER_CHANNEL:
*reinterpret_cast<int8_t *>(ptr) = value;