提交 bd9481de 编写于 作者: G guofei 提交者: GitHub

[ARMLinux] Fix the error that armlinux can not compile (#2612)

test=develop
上级 3368a1e0
......@@ -94,7 +94,7 @@ std::string SubgraphVisualizer::operator()() {
}
auto res = dot.Build();
VLOG(3) << "subgraphs: " << subgraphs_.size() << "\n" << res << std::endl;
std::cout << "subgraphs: " << subgraphs_.size() << "\n" << res << std::endl;
return res;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册