Home
last modified time | relevance | path

Searched refs:python_dispatcher_state_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DThreadLocalState.cpp19 …atch_mode_state_(c10::impl::TorchDispatchModeTLS::get_state()), python_dispatcher_state_(c10::impl… in ThreadLocalState()
53 c10::impl::PythonDispatcherTLS::set_state(state.python_dispatcher_state_); in setThreadLocalState()
H A DThreadLocalState.h68 c10::impl::PyInterpreter* python_dispatcher_state_; variable