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

Function printf

paddle/utils/string/tinyformat/tinyformat.h:904–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902/// Format list of arguments to std::cout, according to the given format string
903template <typename... Args>
904void printf(const char *fmt, const Args &...args) {
905 format(std::cout, fmt, args...);
906}
907
908template <typename... Args>
909void printfln(const char *fmt, const Args &...args) {

Callers 15

Used<XPUPlace>Function · 0.85
mainFunction · 0.85
PrintForDifferentLevelFunction · 0.85
print_mem_usageFunction · 0.85
print_warp_accumFunction · 0.85
print_sizeMethod · 0.85
print_sizeMethod · 0.85
mul_pointer_v2Function · 0.85
INT8>Method · 0.85
round_tmpFunction · 0.85
~BufferMethod · 0.85
printLayerTimesMethod · 0.85

Calls 1

formatFunction · 0.85

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68