Searched refs:python_gil_hooks (Results 1 – 1 of 1) sorted by relevance
8 PythonGILHooks* python_gil_hooks = nullptr; variable16 if (!python_gil_hooks) { in check_python_gil()19 return python_gil_hooks->check_python_gil(); in check_python_gil()26 TORCH_INTERNAL_ASSERT(!hooks || !python_gil_hooks); in SetPythonGILHooks()27 python_gil_hooks = hooks; in SetPythonGILHooks()