Home
last modified time | relevance | path

Searched defs:DisablePythonDispatcher (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/impl/
H A DPythonDispatcherTLS.h14 struct C10_API DisablePythonDispatcher { struct
15 DisablePythonDispatcher() : old_(PythonDispatcherTLS::get_state()) { in DisablePythonDispatcher() function
18 ~DisablePythonDispatcher() { in ~DisablePythonDispatcher() argument
21 PyInterpreter* old_;