Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Appendf
Function
Appendf
tensorflow/core/platform/stringprintf.cc:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void Appendf(string* dst, const char* format, ...) {
86
va_list ap;
87
va_start(ap, format);
88
Appendv(dst, format, ap);
89
va_end(ap);
90
}
91
92
} // namespace strings
93
} // namespace tensorflow
Callers
14
GetPythonOps
Function · 0.85
AppendFHelper
Function · 0.85
RegisterPerTableLoadOpsForAlgorithmBody
Function · 0.85
RegisterPerTableRetrieveOpsForAlgorithmBody
Function · 0.85
MemoryDebugString
Method · 0.85
AddResourceMetadata
Function · 0.85
AddDeviceMetadata
Function · 0.85
AddTraceEvent
Function · 0.85
TraceEventsToJson
Function · 0.85
HumanReadableNum
Function · 0.85
HumanReadableElapsedTime
Function · 0.85
AsStringOp
Method · 0.85
Calls
1
Appendv
Function · 0.85
Tested by
1
TEST
Function · 0.68