HomeSort by relevance Sort by last modified time
    Searched full:py_threadstate (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/python/lib/core/
py_func.cc 468 PyGILState_STATE py_threadstate; variable
469 py_threadstate = PyGILState_Ensure();
475 PyGILState_Release(py_threadstate); variable

Completed in 62 milliseconds