提交 e06e9cd7 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!4892 Fix some mistakes of convertor tool for windows enviroment

Merge pull request !4892 from liuwenhao/master
......@@ -62,10 +62,10 @@ class OptimizeModule {
}
#ifndef _WIN32
optimized_op_handler_ = dlopen(OPTIMIZE_SHARED_LIBRARY_PATH, RTLD_LAZY);
#endif
if (optimized_op_handler_ == nullptr) {
printf("Open optimize shared library failed: %s\n", dlerror());
}
#endif
}
~OptimizeModule() = default;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册