Home
last modified time | relevance | path

Searched refs: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() argument
76 ~EnablePythonDispatcher() { in ~EnablePythonDispatcher() argument
505 py_context_manager_DEPRECATED<EnablePythonDispatcher>( in THPAutograd_initExtension()