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

Method copy

tensorflow/python/training/tracking/data_structures.py:296–297  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

294 element, name=self._name_element(index))
295
296 def copy(self):
297 return type(self)(copy.copy(self._storage))
298
299 def __copy__(self):
300 return self.copy()

Callers 15

__copy__Method · 0.95
testCopyMethod · 0.95
EnterMethod · 0.45
hostsMethod · 0.45
table_to_config_dictMethod · 0.45
fold_batch_normsFunction · 0.45
_find_start_nodeMethod · 0.45
__copy__Method · 0.45
copyMethod · 0.45
__copy__Method · 0.45

Calls 1

typeFunction · 0.85

Tested by 6

testCopyMethod · 0.76
testSameStructureMethod · 0.36
testListShallowCopyMethod · 0.36
testDictShallowCopyMethod · 0.36
testSameStructureMethod · 0.36