Home
last modified time | relevance | path

Searched refs:set_debug_handler (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/_inductor/
Dvirtualized.py306 set_debug_handler: Callable[[Any], Any] = _debug._set_handler variable in _V
Ddebug.py394 self._stack.enter_context(V.set_debug_handler(self))
/external/pytorch/test/inductor/
Dtest_max_autotune.py274 V.set_debug_handler(mock_debug_handler)
294 V.set_debug_handler(old_debug_handler)
Dtest_torchinductor.py9351 with V.set_graph_handler(graph), V.set_debug_handler(DebugContext()):
10606 with V.set_graph_handler(graph), V.set_debug_handler(DebugContext()):
/external/crosvm/rutabaga_gfx/ffi/src/
Dlib.rs290 .set_debug_handler(debug_handler_opt) in rutabaga_init()
/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs1293 pub fn set_debug_handler( in set_debug_handler() method