Home
last modified time | relevance | path

Searched defs:graph_execution_trace (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors.py67 def on_graph_execution_trace(self, argument
286 def on_graph_execution_trace(self, argument
Ddebug_events_writer.py121 def WriteGraphExecutionTrace(self, graph_execution_trace): argument
Ddebug_events_monitors_test.py54 def on_graph_execution_trace(self, graph_execution_trace_index, argument
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto99 GraphExecutionTrace graph_execution_trace = 10; field
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc251 GraphExecutionTrace* graph_execution_trace) { in WriteGraphExecutionTrace()