提交 2c8736c1 编写于 作者: J jiaopu 提交者: jackzhang235

gtest needed

上级 668145b9
......@@ -117,7 +117,7 @@ class SubgraphEngine : public subgraph::Engine {
case paddle::lite_api::PrecisionType::kInt32:
return CNML_DATA_INT32;
case paddle::lite_api::PrecisionType::kInt8:
return CNML_DATA_INT8;
return CNML_DATA_UINT8;
default:
return PrecisionToDatatype(fp_type_);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册