Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback_test.py495 graph = reader.graph_by_id(executions[0].graph_id)
498 inner_graph = reader.graph_by_id(graph.inner_graph_ids[0])
513 reader.graph_by_id(add_op_digests[0].graph_id).name, "log_sum")
515 reader.graph_by_id(add_op_digests[1].graph_id).name, "sin1p_log_sum")
519 reader.graph_by_id(log_op_digests[0].graph_id).name, "log_sum")
523 reader.graph_by_id(sin_op_digests[0].graph_id).name, "sin1p_log_sum")
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,
[all …]
Ddebug_events_reader.py1069 graph = self.graph_by_id(graph_ids[0])
1169 def graph_by_id(self, graph_id): member in DebugDataReader