Searched refs:WriteDebuggedGraph (Results 1 – 6 of 6) sorted by relevance
99 def WriteDebuggedGraph(self, debugged_graph): member in DebugEventsWriter108 _pywrap_debug_events_writer.WriteDebuggedGraph(self._dump_root, debug_event)
115 writer.WriteDebuggedGraph(debugged_graph)307 writer.WriteDebuggedGraph(debugged_graph)466 writer.WriteDebuggedGraph(debugged_graph)509 writer.WriteDebuggedGraph(debugged_graph)581 writer.WriteDebuggedGraph(debugged_graph)617 writer.WriteDebuggedGraph(debugged_graph)
207 self.get_writer().WriteDebuggedGraph(debug_event_pb2.DebuggedGraph(
140 Status WriteDebuggedGraph(DebuggedGraph* debugged_graph);
221 Status DebugEventsWriter::WriteDebuggedGraph(DebuggedGraph* debugged_graph) { in WriteDebuggedGraph() function in tensorflow::tfdbg::DebugEventsWriter
398 TF_ASSERT_OK(writer->WriteDebuggedGraph(debugged_graph)); in TEST_F()