Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ discard
Method
discard
tensorflow/python/util/object_identity.py:175–176 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
173
return
self._wrap_key(key) in self._storage
174
175
def
discard(self, key):
176
self._storage.discard(self._wrap_key(key))
177
178
def
add(self, key):
179
self._storage.add(self._wrap_key(key))
Callers
6
get_reachable_from_inputs
Function · 0.95
_show_memory_counters
Method · 0.80
_show_memory_counters
Method · 0.80
visit_FunctionDef
Method · 0.80
_process_debug_op_state_changes
Method · 0.80
__iter__
Method · 0.80
Calls
1
_wrap_key
Method · 0.95
Tested by
no test coverage detected