Home
last modified time | relevance | path

Searched refs:node_total_bytes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.h68 string FormatMemoryNode(int64 node_total_bytes, int64 root_total_bytes,
Dtfprof_op.cc209 string TFOp::FormatMemoryNode(int64 node_total_bytes, int64 root_total_bytes, in FormatMemoryNode() argument
214 accu_pct = 100.0 * node_total_bytes / root_total_bytes; in FormatMemoryNode()