MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / update

Method update

tensorflow/python/util/object_identity.py:181–182  ·  view source on GitHub ↗
(self, items)

Source from the content-addressed store, hash-verified

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])
183
184 def intersection(self, items):
185 return self._storage.intersection([self._wrap_key(item) for item in items])

Callers 6

map_subgraphFunction · 0.95
lift_to_graphFunction · 0.95
__init__Method · 0.45
_loadMethod · 0.45
getcallargsFunction · 0.45
make_allFunction · 0.45

Calls 1

_wrap_keyMethod · 0.95

Tested by

no test coverage detected