Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.cc62 string FormatAcceleratorExecTime(const ShowMultiNode* node, in FormatAcceleratorExecTime() function
251 attrs.push_back(FormatAcceleratorExecTime(node, root)); in FormatNode()
256 attrs.push_back(FormatAcceleratorExecTime(node, root)); in FormatNode()
Dtfprof_show_multi.cc225 attrs.push_back(FormatAcceleratorExecTime(node, opts)); in FormatTimes()
230 attrs.push_back(FormatAcceleratorExecTime(node, opts)); in FormatTimes()
Dtfprof_show.cc191 info.push_back(FormatAcceleratorExecTime(node, opts)); in FormatNode()
196 info.push_back(FormatAcceleratorExecTime(node, opts)); in FormatNode()
Dtfprof_show.h144 string FormatAcceleratorExecTime(const T* node, const Options& opts) { in FormatAcceleratorExecTime() function