Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ add
Method
add
tensorflow/python/util/object_identity.py:178–179 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
176
self._storage.discard(self._wrap_key(key))
177
178
def
add(self, key):
179
self._storage.add(self._wrap_key(key))
180
181
def
update(self, items):
182
self._storage.update([self._wrap_key(item)
for
item in items])
Callers
12
func_graph_from_py_func
Function · 0.95
_construct_forward_backward
Method · 0.95
_build_functions_for_outputs
Method · 0.95
_call_flat
Method · 0.95
_lift_unlifted_variables
Function · 0.95
filter_empty_layer_containers
Function · 0.95
get_reachable_from_inputs
Function · 0.95
_map_graph_network
Function · 0.95
custom_add
Method · 0.45
testAddDispatchForTypes_With_CppOp
Method · 0.45
_tfmw_add_deprecation_warning
Method · 0.45
thread_fn
Method · 0.45
Calls
1
_wrap_key
Method · 0.95
Tested by
3
custom_add
Method · 0.36
testAddDispatchForTypes_With_CppOp
Method · 0.36
thread_fn
Method · 0.36