Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get
Method
get
tensorflow/python/eager/context.py:90–91 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
88
self._data.popitem(last=False)
89
90
def
get(self, key):
91
return
self._data.get(key, None)
92
93
def
flush(self):
94
self._data = {}
Callers
15
rewriter_toggle
Method · 0.45
rewriter_bool
Method · 0.45
config
Method · 0.45
_compute_gpu_options
Method · 0.45
_import_config
Method · 0.45
set_memory_growth
Method · 0.45
get_virtual_device_configuration
Method · 0.45
set_virtual_device_configuration
Method · 0.45
_copy_non_source
Function · 0.45
seterr
Function · 0.45
GetAttrToInputsMap
Function · 0.45
ParseDimensionValue
Function · 0.45
Calls
no outgoing calls
Tested by
1
testCacheSkipsTensorsTooLarge
Method · 0.36