Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.cc211 string TFOp::FormatMemoryNode(int64 node_total_bytes, int64 root_total_bytes, in FormatMemoryNode() function in tensorflow::tfprof::TFOp
229 attrs.push_back(FormatMemoryNode(node->proto().total_requested_bytes(), in FormatNode()
235 attrs.push_back(FormatMemoryNode(node->proto().total_peak_bytes(), in FormatNode()
241 attrs.push_back(FormatMemoryNode(node->proto().total_residual_bytes(), in FormatNode()
246 attrs.push_back(FormatMemoryNode(node->proto().total_output_bytes(), in FormatNode()
Dtfprof_op.h67 string FormatMemoryNode(int64 node_total_bytes, int64 root_total_bytes,