Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc357 PyGILState_STATE py_threadstate; in Compute() local
358 py_threadstate = PyGILState_Ensure(); in Compute()
364 PyGILState_Release(py_threadstate); in Compute()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc4209 PyGILState_STATE py_threadstate; local
4210 py_threadstate = PyGILState_Ensure();
4225 PyGILState_Release(py_threadstate);