Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/datasets
/ keys
Method
keys
tensorflow_datasets/core/dataset_info.py:1435–1437 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1433
return
super().__eq__(value)
1434
1435
def
keys(self):
1436
self.load_metadata_if_needed()
1437
return
super().keys()
1438
1439
def
values(self):
1440
self.load_metadata_if_needed()
Callers
15
test_get_item
Method · 0.95
test_keys
Method · 0.95
_split_patients
Function · 0.45
_get_nested_metadata
Function · 0.45
_get_episode
Function · 0.45
_generate_examples
Method · 0.45
assertRaggedFieldEqual
Method · 0.45
test_dataset_info_from_proto
Function · 0.45
test_get_split_dict_from_proto
Method · 0.45
_generate_splits
Method · 0.45
__getitem__
Method · 0.45
to_absolute
Method · 0.45
Calls
1
load_metadata_if_needed
Method · 0.95
Tested by
15
test_get_item
Method · 0.76
test_keys
Method · 0.76
assertRaggedFieldEqual
Method · 0.36
test_dataset_info_from_proto
Function · 0.36
test_get_split_dict_from_proto
Method · 0.36
test_builder_from_directories_splits
Function · 0.36
test_get_collection
Function · 0.36
test_get_collection_with_wildcards
Function · 0.36
test_load_from_gcs
Method · 0.36
test_config_construction
Method · 0.36
test_builder_configs_configs_with_multiple_versions
Method · 0.36
test_all_splits
Method · 0.36