!27901 add print of MindSpore Lite inference version

Merge pull request !27901 from zhanghaibo/master
This commit is contained in:
i-robot 2021-12-20 06:57:10 +00:00 committed by Gitee
commit 468f0daf20
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ int LiteModel::GenerateModelByVersion() {
if (this->version_ != Version()) {
MS_LOG(WARNING) << "model version is " << this->version_ << ", inference version is " << Version() << " not equal";
}
MS_LOG(INFO) << "MindSpore Lite inference version: " << Version();
return status;
}