未验证 提交 38b8e8a5 编写于 作者: B BiynXu 提交者: GitHub

[Fix] delete excess logs in graph (#56660)

上级 6e41f866
...@@ -309,8 +309,8 @@ void Graph::VisualizeGroupedGraph( ...@@ -309,8 +309,8 @@ void Graph::VisualizeGroupedGraph(
} }
// Dump debug info for each group // Dump debug info for each group
LOG(INFO) << "Dump graph debug info to: " VLOG(4) << "Dump graph debug info to: "
<< FLAGS_cinn_fusion_groups_graphviz_dir; << FLAGS_cinn_fusion_groups_graphviz_dir;
const auto& groups = RemoveAccCheckGroups(origin_groups); const auto& groups = RemoveAccCheckGroups(origin_groups);
const auto& group_dots = VisualizeGroups(groups, fetch_var_ids); const auto& group_dots = VisualizeGroups(groups, fetch_var_ids);
for (int idx = 0; idx < groups.size(); ++idx) { for (int idx = 0; idx < groups.size(); ++idx) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册