Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / circle-tensordump / src / Dump.cpp
index 49afa73..98cb5ae 100644 (file)
@@ -185,6 +185,10 @@ H5::PredType hdf5_dtype_cast(const circle::TensorType &circle_type)
     {
       return H5::PredType::NATIVE_UINT8;
     }
+    case circle::TensorType_INT8:
+    {
+      return H5::PredType::NATIVE_INT8;
+    }
     case circle::TensorType_INT16:
     {
       return H5::PredType::NATIVE_INT16;