Searched refs:graph_ids (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_reader.py | 798 graph_ids, argument 809 self._graph_ids = tuple(graph_ids) 815 def graph_ids(self): member in GraphExecutionTrace 837 "graph_ids": self.graph_ids, 1065 graph_ids = [trace_proto.tfdbg_context_id] 1069 graph = self.graph_by_id(graph_ids[0]) 1071 graph_ids.insert(0, graph.outer_graph_id) 1084 graph_ids=graph_ids,
|
D | dumping_callback_test.py | 546 reader.graph_by_id(placeholder_traces[0].graph_ids[-1]).name, 550 reader.graph_by_id(placeholder_traces[1].graph_ids[-1]).name, 554 reader.graph_by_id(placeholder_traces[2].graph_ids[-1]).name, 557 reader.graph_by_id(placeholder_traces[2].graph_ids[-2]).name, 561 reader.graph_by_id(placeholder_traces[3].graph_ids[-1]).name, 564 reader.graph_by_id(placeholder_traces[3].graph_ids[-2]).name, 568 reader.graph_by_id(non_placeholder_traces[0].graph_ids[-1]).name, 571 reader.graph_by_id(non_placeholder_traces[0].graph_ids[-2]).name, 575 reader.graph_by_id(non_placeholder_traces[1].graph_ids[-1]).name, 578 reader.graph_by_id(non_placeholder_traces[1].graph_ids[-2]).name, [all …]
|