Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
bool IsVerbose() { return getenv(
"VERBOSE"
) != nullptr; }
76
77
void Log(const std::string& msg) {
78
if (IsVerbose()) {
Callers
2
Log
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected