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

Method update

tensorflow/python/training/tracking/data_structures.py:639–641  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

637 % (key, value, current_value))
638
639 def update(self, *args, **kwargs):
640 for key, value in dict(*args, **kwargs).items():
641 self[key] = value
642
643 def __getitem__(self, key):
644 return self._storage[key]

Callers 11

testNoOverwriteMethod · 0.95
op_list_to_dictFunction · 0.45
restoreMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
testIterMethod · 0.45
runMethod · 0.45
_gather_saveablesMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by 2

testNoOverwriteMethod · 0.76
testIterMethod · 0.36