MCPcopy Create free account
hub / github.com/tensorflow/datasets / copy

Method copy

tensorflow_datasets/core/dataset_info.py:1447–1448  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1445 return super().items()
1446
1447 def copy(self):
1448 return copy.deepcopy(self)
1449
1450
1451class BeamMetadataDict(MetadataDict):

Callers 15

test_copyMethod · 0.95
frostFunction · 0.45
_generate_examplesMethod · 0.45
_generate_examplesMethod · 0.45
_generate_examplesMethod · 0.45
hash_keyMethod · 0.45
_process_joinMethod · 0.45
_make_wav_fileFunction · 0.45
_generate_dataFunction · 0.45
_generate_dataFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_copyMethod · 0.76