Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dinit.cpp72 struct EnablePythonDispatcher { struct
73 EnablePythonDispatcher() : old_(c10::impl::PythonDispatcherTLS::get_state()) { in EnablePythonDispatcher() function
76 ~EnablePythonDispatcher() { in ~EnablePythonDispatcher()
79 c10::impl::PyInterpreter* old_;