MCPcopy 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
85void 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

GetPythonOpsFunction · 0.85
AppendFHelperFunction · 0.85
MemoryDebugStringMethod · 0.85
AddResourceMetadataFunction · 0.85
AddDeviceMetadataFunction · 0.85
AddTraceEventFunction · 0.85
TraceEventsToJsonFunction · 0.85
HumanReadableNumFunction · 0.85
HumanReadableElapsedTimeFunction · 0.85
AsStringOpMethod · 0.85

Calls 1

AppendvFunction · 0.85

Tested by 1

TESTFunction · 0.68