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

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node.h 108 const std::map<string, std::vector<std::pair<int64, int64>>>& cpu_execs() function in class:tensorflow::tfprof::ExecStep
251 for (const auto& exec_time : exec_.cpu_execs()) {
274 // cpu_execs: cpu/gpu:id -> {op_start_micros, op_exec_micros}
608 const std::map<string, std::vector<std::pair<int64, int64>>>& cpu_execs( function in class:tensorflow::tfprof::TFGraphNode
614 return exec->second.cpu_execs();
tfprof_timeline.cc 218 for (const auto& execs : inp->node->cpu_execs(step_)) {

Completed in 169 milliseconds