提交 8492f3dd 编写于 作者: S simson

modify log level of context

上级 8a2a1eb3
......@@ -78,7 +78,7 @@ MsContext::MsContext(const std::string& policy, const std::string& target) {
enable_dynamic_mem_pool_ = true;
graph_memory_max_size_ = "0";
variable_memory_max_size_ = "0";
MS_LOG(INFO) << "Create context with backend policy:" << policy << ", device target:" << target << ".";
MS_LOG(DEBUG) << "Create context with backend policy:" << policy << ", device target:" << target << ".";
}
std::shared_ptr<MsContext> MsContext::GetInstance() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册