HomeSort by relevance Sort by last modified time
    Searched refs:FormatCPUExecTime (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_op.cc 47 string FormatCPUExecTime(const ShowMultiNode* node, const ShowMultiNode* root) {
254 attrs.push_back(FormatCPUExecTime(node, root));
262 attrs.push_back(FormatCPUExecTime(node, root));
tfprof_show.h 135 string FormatCPUExecTime(const T* node, const Options& opts) {
tfprof_show_multi.cc 227 attrs.push_back(FormatCPUExecTime(node, opts));
235 attrs.push_back(FormatCPUExecTime(node, opts));
tfprof_show.cc 192 info.push_back(FormatCPUExecTime(node, opts));
200 info.push_back(FormatCPUExecTime(node, opts));

Completed in 175 milliseconds