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.cc523 PyGILState_STATE py_threadstate; in Compute() local
524 py_threadstate = PyGILState_Ensure(); in Compute()
530 PyGILState_Release(py_threadstate); in Compute()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3107 PyGILState_STATE py_threadstate; local
3108 py_threadstate = PyGILState_Ensure();
3120 PyGILState_Release(py_threadstate);