Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dcontext.py363 def _clear_caches(self): member in Context
397 self._clear_caches()
422 self._clear_caches()
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py620 context.context()._clear_caches() # pylint: disable=protected-access