Home
last modified time | relevance | path

Searched refs:step_stat (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc47 void ExecStep::AddTimeStats(const string& dev, const NodeExecStats& step_stat) { in AddTimeStats() argument
49 if (step_stat.all_start_micros() > 0) { in AddTimeStats()
53 static_cast<int64>(step_stat.all_start_micros()))); in AddTimeStats()
55 exec_.set_all_start_micros(step_stat.all_start_micros()); in AddTimeStats()
57 int64 op_end_rel_micros = step_stat.op_end_rel_micros(); in AddTimeStats()
64 step_stat.all_start_micros() + op_end_rel_micros)); in AddTimeStats()
67 std::make_pair(step_stat.all_start_micros(), op_end_rel_micros); in AddTimeStats()
82 const NodeExecStats& step_stat) { in AddMemoryStats() argument
84 if (step_stat.all_start_micros() > 0) { in AddMemoryStats()
85 exec_mem.set_memory_micros(step_stat.all_start_micros() + in AddMemoryStats()
[all …]
Dtfprof_node.h91 void AddTimeStats(const string& dev, const NodeExecStats& step_stat);
93 void AddMemoryStats(const string& dev, const NodeExecStats& step_stat);
354 const NodeExecStats& step_stat);