Searched defs:set_trace (Results 1 – 6 of 6) sorted by relevance
/external/pytorch/torch/fx/experimental/ | ||
D | debug.py | 4 def set_trace(gm: fx.GraphModule) -> fx.GraphModule: function |
/external/pytorch/c10/core/impl/ | ||
D | GPUTrace.cpp | 10 void GPUTrace::set_trace(const PyInterpreter* trace) { in set_trace() function in c10::impl::GPUTrace |
/external/pytorch/test/profiler/ | ||
D | test_cpp_thread.py | 121 def set_trace(self, trace_obj) -> None: member in CppThreadTest |
/external/python/cpython3/Lib/ | ||
D | bdb.py | 368 def set_trace(self, frame=None): member in Bdb |
D | pdb.py | 2335 def set_trace(*, header=None): function |
D | doctest.py | 392 def set_trace(self, frame=None): member in _OutputRedirectingPdb |