Home
last modified time | relevance | path

Searched refs:WriteDebuggedGraph (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer.py99 def WriteDebuggedGraph(self, debugged_graph): member in DebugEventsWriter
108 _pywrap_debug_events_writer.WriteDebuggedGraph(self._dump_root, debug_event)
Ddebug_events_writer_test.py115 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)
Ddumping_callback.py207 self.get_writer().WriteDebuggedGraph(debug_event_pb2.DebuggedGraph(
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.h140 Status WriteDebuggedGraph(DebuggedGraph* debugged_graph);
Ddebug_events_writer.cc221 Status DebugEventsWriter::WriteDebuggedGraph(DebuggedGraph* debugged_graph) { in WriteDebuggedGraph() function in tensorflow::tfdbg::DebugEventsWriter
Ddebug_events_writer_test.cc398 TF_ASSERT_OK(writer->WriteDebuggedGraph(debugged_graph)); in TEST_F()