Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ flush
Method
flush
tensorflow/python/eager/context.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
return
self._data.get(key, None)
92
93
def
flush(self):
94
self._data = {}
95
96
97
class
FunctionCallOptions(object):
Callers
1
_clear_caches
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected