Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dsession.py1352 with self._graph._session_run_lock(): # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
Dops.py5106 def _session_run_lock(self): member in Graph