Home
last modified time | relevance | path

Searched refs:thread_on_exception (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_engine.cpp102 void PythonEngine::thread_on_exception( in thread_on_exception() function in torch::autograd::python::PythonEngine
111 Engine::thread_on_exception(graph_task, fn, e); in thread_on_exception()
H A Dpython_engine.h19 void thread_on_exception(
H A Dengine.h183 virtual void thread_on_exception(
H A Dengine.cpp583 thread_on_exception(local_graph_task, task.fn_, e); in thread_main()
647 void Engine::thread_on_exception( in thread_on_exception() function in torch::autograd::Engine
/aosp_15_r20/external/pytorch/torch/csrc/distributed/autograd/engine/
H A Ddist_engine.cpp381 engine_.thread_on_exception(local_graph_task, task.fn_, e); in execute_graph_task_until_ready_queue_empty()