MCPcopy 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

load_datasetMethod · 0.80

Calls 1

getMethod · 0.80

Tested by 1