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

Function AppendFHelper

tensorflow/lite/toco/format_port.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39// Delegate to TensorFlow Appendf function until absl has an equivalent.
40template <typename... Args>
41inline void AppendFHelper(string* destination, const char* fmt,
42 Args&&... args) {
43 tensorflow::strings::Appendf(destination, fmt, args...);
44}
45
46// Specialization for no argument format string (avoid security bug).
47inline void AppendFHelper(string* destination, const char* fmt) {

Callers 2

AppendFFunction · 0.85
StringFFunction · 0.85

Calls 1

AppendfFunction · 0.85

Tested by

no test coverage detected