Searched refs:python_dispatcher_state_ (Results 1 – 2 of 2) sorted by relevance
19 …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()
68 c10::impl::PyInterpreter* python_dispatcher_state_; variable