提交 7289e758 编写于 作者: Y Yu Yang

Udpate

上级 e6bc7bb0
......@@ -204,8 +204,8 @@ void ThreadedSSAGraphExecutor::RunOp(
VLOG(10) << op << " " << op->Name() << "Signal posted";
} catch (platform::EnforceNotMet ex) {
exception_.reset(new platform::EnforceNotMet(ex));
} catch (...) {
LOG(FATAL) << "Unknown exception catched";
} catch (std::exception &exp) {
LOG(FATAL) << exp.what();
}
};
if (pool_) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册