Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ exit_with_errors
Function
exit_with_errors
paddle/common/flags_native.cc:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
inline void exit_with_errors() {
36
std::cerr << ErrorStream().str();
37
exit(-1);
38
}
39
40
#define LOG_FLAG_ERROR(message) \
41
ErrorStream() <<
"paddle flags error: "
<< message <<
" (at "
<< __FILE__ \
Callers
2
SetFlagsFromEnv
Function · 0.85
ParseCommandLineFlags
Function · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected