MCPcopy 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_funcFunction · 0.95
_call_flatMethod · 0.95
_lift_unlifted_variablesFunction · 0.95
_map_graph_networkFunction · 0.95
custom_addMethod · 0.45
thread_fnMethod · 0.45

Calls 1

_wrap_keyMethod · 0.95

Tested by 3

custom_addMethod · 0.36
thread_fnMethod · 0.36