Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/datasets
/ get_split
Method
get_split
tensorflow_datasets/core/naming.py:248–251 ·
view source on GitHub ↗
(self, split: str)
Source
from the content-addressed store, hash-verified
246
return
dataset_name
247
248
def
get_split(self, split: str) -> str:
249
if
self.split_mapping:
250
return
self.split_mapping.get(split, split)
251
return
split
252
253
def
dataset_dir(
254
self,
Callers
2
test_dataset_reference_get_split
Function · 0.80
load_dataset
Method · 0.80
Calls
1
get
Method · 0.80
Tested by
1
test_dataset_reference_get_split
Function · 0.64