forked from mindspore-Ecosystem/mindspore
!19950 [MS][LITE] fix print bug
Merge pull request !19950 from jianghui58/fix_dlopen_mas
This commit is contained in:
commit
d5d23a2622
|
@ -232,9 +232,6 @@ STATUS ExportModel(const FuncGraphPtr &graph) {
|
||||||
}
|
}
|
||||||
|
|
||||||
delete meta_graph;
|
delete meta_graph;
|
||||||
oss << "CONVERT RESULT SUCCESS:" << status;
|
|
||||||
MS_LOG(INFO) << oss.str();
|
|
||||||
std::cout << oss.str() << std::endl;
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
plugin_path=./providers/Hi3516D/libmslite_nnie_converter.so
|
plugin_path=../providers/Hi3516D/libmslite_nnie_converter.so
|
||||||
|
|
Loading…
Reference in New Issue