aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/quant_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/src/quant_util.h')
-rw-r--r--reference_model/src/quant_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reference_model/src/quant_util.h b/reference_model/src/quant_util.h
index 8c1b391..3b7674d 100644
--- a/reference_model/src/quant_util.h
+++ b/reference_model/src/quant_util.h
@@ -114,7 +114,7 @@ public:
static bool is_integer(DType dtype)
{
if (dtype == DType_INT4 || dtype == DType_INT8 || dtype == DType_UINT8 || dtype == DType_INT16 ||
- dtype == DType_INT32 || dtype == DType_INT48)
+ dtype == DType_UINT16 || dtype == DType_INT32 || dtype == DType_INT48)
{
return true;
}