Home
last modified time | relevance | path

Searched defs:debugged_graph (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer.py99 def WriteDebuggedGraph(self, debugged_graph): argument
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto92 DebuggedGraph debugged_graph = 8; field
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc221 Status DebugEventsWriter::WriteDebuggedGraph(DebuggedGraph* debugged_graph) { in WriteDebuggedGraph()
Ddebug_events_writer_test.cc395 DebuggedGraph* debugged_graph = new DebuggedGraph(); in TEST_F() local