Searched refs:graph_execution_traces (Results 1 – 5 of 5) sorted by relevance
47 self.graph_execution_traces = dict()56 if graph_execution_trace_index in self.graph_execution_traces:59 self.graph_execution_traces[85 self.assertEmpty(test_monitor.graph_execution_traces)146 traces = test_monitor.graph_execution_traces
290 graph_exec_traces = reader.graph_execution_traces()365 const_traces = [trace for trace in reader.graph_execution_traces()409 graph_exec_traces = reader.graph_execution_traces()533 graph_exec_traces = [trace for trace in reader.graph_execution_traces()785 traces = reader.graph_execution_traces()926 graph_exec_digests = reader.graph_execution_traces(digest=True)999 graph_exec_digests = reader.graph_execution_traces(digest=True)1101 graph_exec_traces = reader.graph_execution_traces()1211 graph_exec_digests = reader.graph_execution_traces(digest=True)1289 graph_exec_traces = reader.graph_execution_traces()
354 op_names = [trace.op_name for trace in reader.graph_execution_traces()]491 digests = reader.graph_execution_traces(digest=True)526 digests = reader.graph_execution_traces(digest=True)530 digests = reader.graph_execution_traces(digest=True)596 traces = reader.graph_execution_traces(begin=begin, end=end)646 trace_digests = reader.graph_execution_traces(digest=True)
273 graph_execution_traces = []276 graph_execution_traces.append(280 self.assertLen(graph_execution_traces, circular_buffer_size)283 tensor_util.MakeNdarray(graph_execution_traces[i].tensor_proto),
1197 def graph_execution_traces(self, digest=False, begin=None, end=None): member in DebugDataReader