Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testCopy
Method · 0.95
Enter
Method · 0.45
hosts
Method · 0.45
table_to_config_dict
Method · 0.45
feature_to_config_dict
Method · 0.45
table_to_features_dict
Method · 0.45
fold_batch_norms
Function · 0.45
_find_start_node
Method · 0.45
__copy__
Method · 0.45
copy
Method · 0.45
__copy__
Method · 0.45
Calls
1
type
Function · 0.85
Tested by
6
testCopy
Method · 0.76
testSameStructure
Method · 0.36
testListShallowCopy
Method · 0.36
testDictShallowCopy
Method · 0.36
testShallowCopyTrackable
Method · 0.36
testSameStructure
Method · 0.36