MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Printf

Function Printf

tensorflow/core/platform/stringprintf.cc:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76string Printf(const char* format, ...) {
77 va_list ap;
78 va_start(ap, format);
79 string result;
80 Appendv(&result, format, ap);
81 va_end(ap);
82 return result;
83}
84
85void Appendf(string* dst, const char* format, ...) {
86 va_list ap;

Callers 15

NodeStatsMethod · 0.85
ComputeMethod · 0.85
UpdateRowFunction · 0.85
MakeRowFilterMethod · 0.85
EqualAttrValueWrapperFunction · 0.85
SessionToHandleFunction · 0.85
GetOpDefFunction · 0.85
RaiseIfNotPySequenceFunction · 0.85
RunCallbacksFunction · 0.85
TFE_Py_FastPathExecute_CFunction · 0.85
FunctionHandleCacheMethod · 0.85
DebugStringMethod · 0.85

Calls 1

AppendvFunction · 0.85

Tested by 14

UpdateRowFunction · 0.68
MakeRowFilterMethod · 0.68
CheckHex64Function · 0.68
CheckHex32Function · 0.68
CheckHexSigned32Function · 0.68
AddExampleMethod · 0.68
ParseExampleFunction · 0.68
ParseSingleExampleFunction · 0.68
TESTFunction · 0.68
BM_CSEFunction · 0.68