提交 5957f28b 编写于 作者: Y Yu Yang

Debug

上级 f52714d3
......@@ -714,6 +714,12 @@ void ParallelExecutor::Run(const std::vector<std::string> &fetch_tensors,
throw * member_->exception_;
}
{
for (auto &pair : pending_vars) {
VLOG(3) << pair.first->DebugString();
}
}
std::this_thread::yield();
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册