Home
last modified time | relevance | path

Searched refs:py_threadstate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_func.cc359 PyGILState_STATE py_threadstate; in Compute() local
360 py_threadstate = PyGILState_Ensure(); in Compute()
366 PyGILState_Release(py_threadstate); in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc4031 PyGILState_STATE py_threadstate; local
4032 py_threadstate = PyGILState_Ensure();
4047 PyGILState_Release(py_threadstate);