Home
last modified time | relevance | path

Searched refs:FormatMemory (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.h34 string FormatMemory(int64 bytes);
Dtfprof_show.cc139 string memory = FormatMemory(total_bytes); in FormatNodeMemory()
141 memory = FormatMemory(bytes) + "/" + memory; in FormatNodeMemory()
Dtfprof_code.cc621 string memory = FormatMemory(total_bytes); in FormatNodeMemory()
623 memory = FormatMemory(bytes) + "/" + memory; in FormatNodeMemory()
Dtfprof_op.cc221 FormatMemory(node_bytes).c_str(), accu_pct, pct) in FormatMemoryNode()
Dtfprof_utils.cc54 string FormatMemory(int64 bytes) { in FormatMemory() function