Searched refs:python_graph (Results 1 – 3 of 3) sorted by relevance
397 if (dump.python_graph and grad_debugger.graph and398 dump.python_graph != grad_debugger.graph):402 (grad_debugger.graph, dump.python_graph))
183 py_graph = dump.python_graph253 py_graph = dump.python_graph
653 def set_python_graph(self, python_graph): argument664 self._python_graph = python_graph671 def python_graph(self): member in DebugDumpDir