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

Function StringF

tensorflow/lite/toco/format_port.h:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60// semantics. One departure is that %s can be driven by a std::string or string.
61template <typename... Args>
62inline string StringF(const char* fmt, Args&&... args) {
63 string result;
64 AppendFHelper(&result, fmt, IdentityOrConvertStringToRaw(args)...);
65 return result;
66}
67
68} // namespace port
69} // namespace toco

Callers 14

AsHexStringMethod · 0.85
TextColorStringMethod · 0.85
GetArrayLabelFunction · 0.85
GetOpAttributesFunction · 0.85
GetOpIdFunction · 0.85
GetGraphLabelFunction · 0.85
LogNameFunction · 0.85
HelpfulOperatorTypeNameFunction · 0.85
DumpGraphvizVideoFrameFunction · 0.85
AvailableArrayNameFunction · 0.85
FormattedNumberFunction · 0.85
AddExtraOutputsFunction · 0.85

Calls 2

AppendFHelperFunction · 0.85

Tested by

no test coverage detected