summaryrefslogtreecommitdiff
path: root/compiler/tflchef/core/src/Convert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/tflchef/core/src/Convert.cpp')
-rw-r--r--compiler/tflchef/core/src/Convert.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/tflchef/core/src/Convert.cpp b/compiler/tflchef/core/src/Convert.cpp
index f4dd4b332..d1babf09a 100644
--- a/compiler/tflchef/core/src/Convert.cpp
+++ b/compiler/tflchef/core/src/Convert.cpp
@@ -77,6 +77,8 @@ tflite::TensorType as_tflite_tensortype(const tflchef::TensorType &value)
return tflite::TensorType_BOOL;
case tflchef::INT16:
return tflite::TensorType_INT16;
+ case tflchef::INT8:
+ return tflite::TensorType_INT8;
default:
break;
}