Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dtimeline.py416 def _emit_op(self, nodestats, pid, is_gputrace): argument
424 node_name = nodestats.node_name
425 start = nodestats.all_start_micros
426 duration = nodestats.all_end_rel_micros
427 tid = nodestats.thread_id
437 _, op, inputs = self._parse_op_label(nodestats.timeline_label)
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc80 namespace nodestats { namespace
1690 nodestats::SetScheduled(stats, scheduled_nsec); in Process()
1691 nodestats::SetAllStart(stats); in Process()
1750 nodestats::SetOpEnd(stats); in Process()
1753 nodestats::SetMemory(stats, &state->ctx); in Process()
1780 nodestats::SetReferencedTensors(stats, accessed); in Process()
1790 nodestats::SetOpStart(stats); in Process()
1795 nodestats::SetOpStart(stats); in Process()
1831 nodestats::SetOpEnd(stats); in Process()
1838 nodestats::SetMemory(stats, &ctx); in Process()
[all …]