Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/datasets
/ items
Method
items
tensorflow_datasets/core/dataset_info.py:1443–1445 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1441
return
super().values()
1442
1443
def
items(self):
1444
self.load_metadata_if_needed()
1445
return
super().items()
1446
1447
def
copy(self):
1448
return
copy.deepcopy(self)
Callers
15
test_items
Method · 0.95
setup.py
File · 0.45
_split_generators
Method · 0.45
_split_generators
Method · 0.45
__init__
Method · 0.45
_generate_examples
Method · 0.45
_generate_examples
Method · 0.45
cifar10_corrupted.py
File · 0.45
_generate_examples_original
Method · 0.45
_generate_examples_patches
Method · 0.45
_load_csv_files
Function · 0.45
_select_patients_data
Function · 0.45
Calls
1
load_metadata_if_needed
Method · 0.95
Tested by
14
test_items
Method · 0.76
test_last_transition_corresponds_to_source_dataset
Method · 0.36
test_write_beam
Method · 0.36
test_builder_from_directories_splits
Function · 0.36
_create_dataset_info
Function · 0.36
_write_dataset_files
Function · 0.36
test_toml_valid
Function · 0.36
test_all_datasets_exist
Method · 0.36
_assert_feature
Method · 0.36
mock_gfile
Function · 0.36
mock_tf
Function · 0.36
_assertAsDataset
Method · 0.36