Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddebug_gradients.py397 if (dump.python_graph and grad_debugger.graph and
398 dump.python_graph != grad_debugger.graph):
402 (grad_debugger.graph, dump.python_graph))
H A Dsource_utils.py183 py_graph = dump.python_graph
253 py_graph = dump.python_graph
H A Ddebug_data.py653 def set_python_graph(self, python_graph): argument
664 self._python_graph = python_graph
671 def python_graph(self): member in DebugDumpDir