MCPcopy 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
35inline 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

SetFlagsFromEnvFunction · 0.85
ParseCommandLineFlagsFunction · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected