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

Method values

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

Source from the content-addressed store, hash-verified

1437 return super().keys()
1438
1439 def values(self):
1440 self.load_metadata_if_needed()
1441 return super().values()
1442
1443 def items(self):
1444 self.load_metadata_if_needed()

Callers 15

_infoMethod · 0.45
_split_generatorsMethod · 0.45
file_format_from_suffixFunction · 0.45
is_example_fileFunction · 0.45
test_write_beamMethod · 0.45
_write_final_shardMethod · 0.45
test_get_bucket_numberFunction · 0.45
builder_configsMethod · 0.45
_as_datasetMethod · 0.45
test_merge_multipleMethod · 0.45
__getitem__Method · 0.45

Calls 1

Tested by 4

test_write_beamMethod · 0.36
test_get_bucket_numberFunction · 0.36
test_merge_multipleMethod · 0.36
_assertNumSamplesMethod · 0.36