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

Function AppendF

tensorflow/lite/toco/format_port.h:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53// One departure is that %s can be driven by a std::string or string.
54template <typename... Args>
55inline void AppendF(string* destination, const char* fmt, Args&&... args) {
56 AppendFHelper(destination, fmt, IdentityOrConvertStringToRaw(args)...);
57}
58
59// Return formatted string (with format fmt and args args). fmt follows C printf
60// semantics. One departure is that %s can be driven by a std::string or string.

Callers 13

AppendArrayValFunction · 0.85
GetArrayLabelFunction · 0.85
GetOpAttributesFunction · 0.85
GetOpLabelFunction · 0.85
DumpOperatorFunction · 0.85
DumpOperatorEdgesFunction · 0.85
DumpSubgraphHeaderFunction · 0.85
DumpArrayFunction · 0.85
DumpNodeFunction · 0.85
DumpGraphvizFunction · 0.85
LogDumpGraphDefFunction · 0.85
LogArrayFunction · 0.85

Calls 2

AppendFHelperFunction · 0.85

Tested by

no test coverage detected