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.py95 def WriteDebuggedGraph(self, debugged_graph): member in DebugEventsWriter
104 _pywrap_debug_events_writer.WriteDebuggedGraph(self._dump_root, debug_event)
Ddebug_events_writer_test.py111 writer.WriteDebuggedGraph(debugged_graph)
303 writer.WriteDebuggedGraph(debugged_graph)
462 writer.WriteDebuggedGraph(debugged_graph)
505 writer.WriteDebuggedGraph(debugged_graph)
577 writer.WriteDebuggedGraph(debugged_graph)
613 writer.WriteDebuggedGraph(debugged_graph)
Ddumping_callback.py201 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()