Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ LogString
Function
LogString
tensorflow/core/platform/default/logging.cc:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
void LogString(const char* fname, int line, int severity,
288
const string& message) {
289
LogMessage(fname, line, severity) << message;
290
}
291
292
template <>
293
void MakeCheckOpValueString(std::ostream* os, const char& v) {
Callers
2
LogLines
Function · 0.50
TEST
Function · 0.50
Calls
1
LogMessage
Class · 0.70
Tested by
1
TEST
Function · 0.40