Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / tflchef / core / src / Convert.cpp
index f4dd4b3..d1babf0 100644 (file)
@@ -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;
   }