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

Function IsVerbose

tensorflow/compiler/xla/tools/driver.cc:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75bool IsVerbose() { return getenv("VERBOSE") != nullptr; }
76
77void Log(const std::string& msg) {
78 if (IsVerbose()) {

Callers 2

LogFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected