MCPcopy 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
287void LogString(const char* fname, int line, int severity,
288 const string& message) {
289 LogMessage(fname, line, severity) << message;
290}
291
292template <>
293void MakeCheckOpValueString(std::ostream* os, const char& v) {

Callers 2

LogLinesFunction · 0.50
TESTFunction · 0.50

Calls 1

LogMessageClass · 0.70

Tested by 1

TESTFunction · 0.40