Home
last modified time | relevance | path

Searched refs:cpu_execs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto109 // cpu_execs: cpu/gpu:id -> {op_start_micros, op_exec_micros}
111 map<string, ExecTime> cpu_execs = 5; field
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h107 const std::map<string, std::vector<std::pair<int64_t, int64_t>>>& cpu_execs() in cpu_execs() function
250 for (const auto& exec_time : exec_.cpu_execs()) { in FromProto()
607 const std::map<string, std::vector<std::pair<int64_t, int64_t>>>& cpu_execs( in cpu_execs() function
613 return exec->second.cpu_execs(); in cpu_execs()
Dtfprof_timeline.cc221 for (const auto& execs : inp->node->cpu_execs(step_)) { in GenerateGraphTimeline()