MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / WithLogBacktrace

Function WithLogBacktrace

tensorflow/compiler/xla/util.cc:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41namespace xla {
42
43Status WithLogBacktrace(const Status& status) {
44 CHECK(!status.ok());
45 VLOG(1) << status.ToString();
46 VLOG(2) << tensorflow::CurrentStackTrace();
47 return status;
48}
49
50ScopedLoggingTimer::ScopedLoggingTimer(const std::string& label, bool enabled,
51 const char* file, int line,

Callers 10

InvalidArgumentFunction · 0.85
UnimplementedFunction · 0.85
InternalErrorFunction · 0.85
FailedPreconditionFunction · 0.85
CancelledFunction · 0.85
ResourceExhaustedFunction · 0.85
NotFoundFunction · 0.85
UnavailableFunction · 0.85
UnknownFunction · 0.85
InternalFunction · 0.85

Calls 3

CurrentStackTraceFunction · 0.85
okMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected