Searched refs:nodestats (Results 1 – 2 of 2) sorted by relevance
83 namespace nodestats { namespace554 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 …]
429 def _emit_op(self, nodestats, pid, is_gputrace): argument437 node_name = nodestats.node_name438 start = nodestats.all_start_micros439 duration = nodestats.all_end_rel_micros440 tid = nodestats.thread_id443 node_name, op = self._parse_kernel_label(nodestats.timeline_label,449 _, op, inputs = self._parse_op_label(nodestats.timeline_label)