Home
last modified time | relevance | path

Searched refs:python_graph (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_gradients.py403 if (dump.python_graph and grad_debugger.graph and
404 dump.python_graph != grad_debugger.graph):
408 (grad_debugger.graph, dump.python_graph))
Dsource_utils.py124 py_graph = dump.python_graph
194 py_graph = dump.python_graph
Ddebug_data.py658 def set_python_graph(self, python_graph): argument
669 self._python_graph = python_graph
676 def python_graph(self): member in DebugDumpDir