Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_events_writer_test.py489 trace_0 = reader.read_graph_execution_trace(digests[0])
524 traces[i] = reader.read_graph_execution_trace(digests[i])
528 traces[i] = reader.read_graph_execution_trace(digests[i])
645 trace = reader.read_graph_execution_trace(trace_digests[i])
648 trace = reader.read_graph_execution_trace(trace_digests[i + 10])
H A Ddebug_events_reader.py1213 return [self.read_graph_execution_trace(digest) for digest in digests]
1256 def read_graph_execution_trace(self, graph_execution_trace_digest): member in DebugDataReader