MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / format

Function format

paddle/utils/string/tinyformat/tinyformat.h:889–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887/// Format list of arguments to the stream according to given format string.
888template <typename... Args>
889void format(std::ostream &out, const char *fmt, const Args &...args) {
890 vformat(out, fmt, makeFormatList(args...));
891}
892
893/// Format list of arguments according to the given format string and return
894/// the result as a string.

Callers 7

get_pr_utMethod · 0.85
FORMAT_VALUEMethod · 0.85
FORMAT_WITH_SPECMethod · 0.85
FORMAT_SIMPLEMethod · 0.85
printfFunction · 0.85
printflnFunction · 0.85
tensor_py.hFile · 0.85

Calls 3

vformatFunction · 0.85
makeFormatListFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected