Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer_test.py493 trace_0 = reader.read_graph_execution_trace(digests[0])
528 traces[i] = reader.read_graph_execution_trace(digests[i])
532 traces[i] = reader.read_graph_execution_trace(digests[i])
649 trace = reader.read_graph_execution_trace(trace_digests[i])
652 trace = reader.read_graph_execution_trace(trace_digests[i + 10])
Ddebug_events_reader.py1220 return [self.read_graph_execution_trace(digest) for digest in digests]
1263 def read_graph_execution_trace(self, graph_execution_trace_digest): member in DebugDataReader