!19950 [MS][LITE] fix print bug

Merge pull request !19950 from jianghui58/fix_dlopen_mas
This commit is contained in:
i-robot 2021-07-11 02:58:58 +00:00 committed by Gitee
commit d5d23a2622
2 changed files with 1 additions and 4 deletions

View File

@ -232,9 +232,6 @@ STATUS ExportModel(const FuncGraphPtr &graph) {
}
delete meta_graph;
oss << "CONVERT RESULT SUCCESS:" << status;
MS_LOG(INFO) << oss.str();
std::cout << oss.str() << std::endl;
return status;
}

View File

@ -1 +1 @@
plugin_path=./providers/Hi3516D/libmslite_nnie_converter.so
plugin_path=../providers/Hi3516D/libmslite_nnie_converter.so