Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc83 namespace nodestats { namespace
554 nodestats::SetOpStart(stats); in ProcessSync()
584 nodestats::SetOpEnd(stats); in ProcessSync()
587 nodestats::SetMemory(stats, &ctx); in ProcessSync()
606 nodestats::SetOpEnd(stats); in ProcessAsync()
609 nodestats::SetMemory(stats, &state->ctx); in ProcessAsync()
632 nodestats::SetOpStart(stats); in ProcessAsync()
648 nodestats::SetOpStart(stats); in ProcessNoop()
649 nodestats::SetOpEnd(stats); in ProcessNoop()
655 nodestats::SetOpStart(stats); in ProcessConstTensor()
[all …]
/external/tensorflow/tensorflow/python/client/
Dtimeline.py429 def _emit_op(self, nodestats, pid, is_gputrace): argument
437 node_name = nodestats.node_name
438 start = nodestats.all_start_micros
439 duration = nodestats.all_end_rel_micros
440 tid = nodestats.thread_id
443 node_name, op = self._parse_kernel_label(nodestats.timeline_label,
449 _, op, inputs = self._parse_op_label(nodestats.timeline_label)