Home
last modified time | relevance | path

Searched refs:FormatCPUExecTime (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.cc47 string FormatCPUExecTime(const ShowMultiNode* node, const ShowMultiNode* root) { in FormatCPUExecTime() function
254 attrs.push_back(FormatCPUExecTime(node, root)); in FormatNode()
262 attrs.push_back(FormatCPUExecTime(node, root)); in FormatNode()
Dtfprof_show_multi.cc227 attrs.push_back(FormatCPUExecTime(node, opts)); in FormatTimes()
235 attrs.push_back(FormatCPUExecTime(node, opts)); in FormatTimes()
Dtfprof_show.cc192 info.push_back(FormatCPUExecTime(node, opts)); in FormatNode()
200 info.push_back(FormatCPUExecTime(node, opts)); in FormatNode()
Dtfprof_show.h135 string FormatCPUExecTime(const T* node, const Options& opts) { in FormatCPUExecTime() function