Home
last modified time | relevance | path

Searched refs:DebuggedGraph (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer_test.py112 debugged_graph = debug_event_pb2.DebuggedGraph()
305 debugged_graph = debug_event_pb2.DebuggedGraph(graph_id="graph1",
464 debugged_graph = debug_event_pb2.DebuggedGraph(graph_id="graph1",
507 debugged_graph = debug_event_pb2.DebuggedGraph(graph_id="graph1",
579 debugged_graph = debug_event_pb2.DebuggedGraph(
615 debugged_graph = debug_event_pb2.DebuggedGraph(
783 debugged_graph = debug_events_reader.DebuggedGraph(
797 debugged_graph = debug_events_reader.DebuggedGraph(
Ddebug_events_reader.py495 class DebuggedGraph(object): class
1022 graph = DebuggedGraph(
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_test.cc395 DebuggedGraph* debugged_graph = new DebuggedGraph(); in TEST_F()
413 DebuggedGraph actual_debugged_graph = actuals[1].debugged_graph(); in TEST_F()
Ddebug_events_writer.cc221 Status DebugEventsWriter::WriteDebuggedGraph(DebuggedGraph* debugged_graph) { in WriteDebuggedGraph()
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto92 DebuggedGraph debugged_graph = 8;
195 message DebuggedGraph { message