|
10 | 10 | "tfds.core.BeamBasedBuilder.builder_config": "tfds.core.DatasetBuilder.builder_config",
|
11 | 11 | "tfds.core.BeamBasedBuilder.data_dir": "tfds.core.DatasetBuilder.data_dir",
|
12 | 12 | "tfds.core.BeamBasedBuilder.info": "tfds.core.DatasetBuilder.info",
|
| 13 | + "tfds.core.BeamBasedBuilder.version": "tfds.core.DatasetBuilder.version", |
13 | 14 | "tfds.core.GeneratorBasedBuilder.BUILDER_CONFIGS": "tfds.core.DatasetBuilder.BUILDER_CONFIGS",
|
14 | 15 | "tfds.core.GeneratorBasedBuilder.SUPPORTED_VERSIONS": "tfds.core.DatasetBuilder.SUPPORTED_VERSIONS",
|
15 | 16 | "tfds.core.GeneratorBasedBuilder.builder_config": "tfds.core.DatasetBuilder.builder_config",
|
16 | 17 | "tfds.core.GeneratorBasedBuilder.data_dir": "tfds.core.DatasetBuilder.data_dir",
|
17 | 18 | "tfds.core.GeneratorBasedBuilder.info": "tfds.core.DatasetBuilder.info",
|
| 19 | + "tfds.core.GeneratorBasedBuilder.version": "tfds.core.DatasetBuilder.version", |
18 | 20 | "tfds.core.MetadataDict.__contains__": "tfds.core.Metadata.__contains__",
|
19 | 21 | "tfds.core.MetadataDict.__eq__": "tfds.core.Metadata.__eq__",
|
20 | 22 | "tfds.core.MetadataDict.__ge__": "tfds.core.Metadata.__ge__",
|
|
67 | 69 | "tfds.core.SplitDict.viewitems": "tfds.core.Metadata.viewitems",
|
68 | 70 | "tfds.core.SplitDict.viewkeys": "tfds.core.Metadata.viewkeys",
|
69 | 71 | "tfds.core.SplitDict.viewvalues": "tfds.core.Metadata.viewvalues",
|
70 |
| - "tfds.core.Version.__init__": "tfds.core.SplitBase.__init__", |
71 | 72 | "tfds.features.Audio.dtype": "tfds.features.FeatureConnector.dtype",
|
72 | 73 | "tfds.features.Audio.shape": "tfds.features.FeatureConnector.shape",
|
73 |
| - "tfds.features.BBox.__add__": "tfds.core.Version.__add__", |
74 |
| - "tfds.features.BBox.__contains__": "tfds.core.Version.__contains__", |
75 |
| - "tfds.features.BBox.__eq__": "tfds.core.Version.__eq__", |
76 |
| - "tfds.features.BBox.__ge__": "tfds.core.Version.__ge__", |
77 |
| - "tfds.features.BBox.__getitem__": "tfds.core.Version.__getitem__", |
78 |
| - "tfds.features.BBox.__gt__": "tfds.core.Version.__gt__", |
79 | 74 | "tfds.features.BBox.__init__": "tfds.core.SplitBase.__init__",
|
80 |
| - "tfds.features.BBox.__iter__": "tfds.core.Version.__iter__", |
81 |
| - "tfds.features.BBox.__le__": "tfds.core.Version.__le__", |
82 |
| - "tfds.features.BBox.__len__": "tfds.core.Version.__len__", |
83 |
| - "tfds.features.BBox.__lt__": "tfds.core.Version.__lt__", |
84 |
| - "tfds.features.BBox.__mul__": "tfds.core.Version.__mul__", |
85 |
| - "tfds.features.BBox.__ne__": "tfds.core.Version.__ne__", |
86 |
| - "tfds.features.BBox.__rmul__": "tfds.core.Version.__rmul__", |
87 |
| - "tfds.features.BBox.count": "tfds.core.Version.count", |
88 |
| - "tfds.features.BBox.index": "tfds.core.Version.index", |
89 | 75 | "tfds.features.BBoxFeature.dtype": "tfds.features.FeatureConnector.dtype",
|
90 | 76 | "tfds.features.BBoxFeature.shape": "tfds.features.FeatureConnector.shape",
|
91 | 77 | "tfds.features.ClassLabel.dtype": "tfds.features.FeatureConnector.dtype",
|
|
110 | 96 | "tfds.testing.DummyDatasetSharedGenerator.builder_config": "tfds.core.DatasetBuilder.builder_config",
|
111 | 97 | "tfds.testing.DummyDatasetSharedGenerator.data_dir": "tfds.core.DatasetBuilder.data_dir",
|
112 | 98 | "tfds.testing.DummyDatasetSharedGenerator.info": "tfds.core.DatasetBuilder.info",
|
| 99 | + "tfds.testing.DummyDatasetSharedGenerator.version": "tfds.core.DatasetBuilder.version", |
113 | 100 | "tfds.testing.DummyMnist.BUILDER_CONFIGS": "tfds.core.DatasetBuilder.BUILDER_CONFIGS",
|
114 | 101 | "tfds.testing.DummyMnist.SUPPORTED_VERSIONS": "tfds.core.DatasetBuilder.SUPPORTED_VERSIONS",
|
115 | 102 | "tfds.testing.DummyMnist.builder_config": "tfds.core.DatasetBuilder.builder_config",
|
116 | 103 | "tfds.testing.DummyMnist.data_dir": "tfds.core.DatasetBuilder.data_dir",
|
117 | 104 | "tfds.testing.DummyMnist.info": "tfds.core.DatasetBuilder.info",
|
| 105 | + "tfds.testing.DummyMnist.version": "tfds.core.DatasetBuilder.version", |
118 | 106 | "tfds.testing.FeatureExpectationsTestCase.failureException": "tfds.testing.DatasetBuilderTestCase.failureException",
|
119 | 107 | "tfds.testing.FeatureExpectationsTestCase.failureException.__getitem__": "tfds.testing.DatasetBuilderTestCase.failureException.__getitem__",
|
120 | 108 | "tfds.testing.FeatureExpectationsTestCase.failureException.__init__": "tfds.testing.DatasetBuilderTestCase.failureException.__init__",
|
|
163 | 151 | "tfds.core.BeamBasedBuilder.download_and_prepare": true,
|
164 | 152 | "tfds.core.BeamBasedBuilder.info": true,
|
165 | 153 | "tfds.core.BeamBasedBuilder.name": true,
|
| 154 | + "tfds.core.BeamBasedBuilder.version": true, |
166 | 155 | "tfds.core.BuilderConfig": false,
|
167 | 156 | "tfds.core.BuilderConfig.__init__": true,
|
168 | 157 | "tfds.core.BuilderConfig.description": true,
|
|
183 | 172 | "tfds.core.DatasetBuilder.download_and_prepare": true,
|
184 | 173 | "tfds.core.DatasetBuilder.info": true,
|
185 | 174 | "tfds.core.DatasetBuilder.name": true,
|
| 175 | + "tfds.core.DatasetBuilder.version": true, |
186 | 176 | "tfds.core.DatasetInfo": false,
|
187 | 177 | "tfds.core.DatasetInfo.__init__": true,
|
188 | 178 | "tfds.core.DatasetInfo.as_json": true,
|
|
205 | 195 | "tfds.core.DatasetInfo.urls": true,
|
206 | 196 | "tfds.core.DatasetInfo.version": true,
|
207 | 197 | "tfds.core.DatasetInfo.write_to_directory": true,
|
| 198 | + "tfds.core.Experiment": false, |
| 199 | + "tfds.core.Experiment.DUMMY": true, |
208 | 200 | "tfds.core.GeneratorBasedBuilder": false,
|
209 | 201 | "tfds.core.GeneratorBasedBuilder.BUILDER_CONFIGS": true,
|
210 | 202 | "tfds.core.GeneratorBasedBuilder.GOOGLE_DISABLED": true,
|
|
219 | 211 | "tfds.core.GeneratorBasedBuilder.download_and_prepare": true,
|
220 | 212 | "tfds.core.GeneratorBasedBuilder.info": true,
|
221 | 213 | "tfds.core.GeneratorBasedBuilder.name": true,
|
| 214 | + "tfds.core.GeneratorBasedBuilder.version": true, |
222 | 215 | "tfds.core.Metadata": false,
|
223 | 216 | "tfds.core.Metadata.__contains__": true,
|
224 | 217 | "tfds.core.Metadata.__eq__": true,
|
|
287 | 280 | "tfds.core.NamedSplit.__add__": true,
|
288 | 281 | "tfds.core.NamedSplit.__eq__": true,
|
289 | 282 | "tfds.core.NamedSplit.__init__": true,
|
| 283 | + "tfds.core.NamedSplit.__ne__": true, |
290 | 284 | "tfds.core.NamedSplit.get_read_instruction": true,
|
291 | 285 | "tfds.core.NamedSplit.subsplit": true,
|
292 | 286 | "tfds.core.SplitBase": false,
|
293 | 287 | "tfds.core.SplitBase.__add__": true,
|
294 | 288 | "tfds.core.SplitBase.__eq__": true,
|
295 | 289 | "tfds.core.SplitBase.__init__": true,
|
| 290 | + "tfds.core.SplitBase.__ne__": true, |
296 | 291 | "tfds.core.SplitBase.get_read_instruction": true,
|
297 | 292 | "tfds.core.SplitBase.subsplit": true,
|
298 | 293 | "tfds.core.SplitDict": false,
|
|
337 | 332 | "tfds.core.SplitInfo.get_proto": true,
|
338 | 333 | "tfds.core.SplitInfo.num_examples": true,
|
339 | 334 | "tfds.core.Version": false,
|
340 |
| - "tfds.core.Version.LATEST": true, |
341 |
| - "tfds.core.Version.__add__": true, |
342 |
| - "tfds.core.Version.__contains__": true, |
343 | 335 | "tfds.core.Version.__eq__": true,
|
344 | 336 | "tfds.core.Version.__ge__": true,
|
345 |
| - "tfds.core.Version.__getitem__": true, |
346 | 337 | "tfds.core.Version.__gt__": true,
|
347 | 338 | "tfds.core.Version.__init__": true,
|
348 |
| - "tfds.core.Version.__iter__": true, |
349 | 339 | "tfds.core.Version.__le__": true,
|
350 |
| - "tfds.core.Version.__len__": true, |
351 | 340 | "tfds.core.Version.__lt__": true,
|
352 |
| - "tfds.core.Version.__mul__": true, |
353 | 341 | "tfds.core.Version.__ne__": true,
|
354 |
| - "tfds.core.Version.__rmul__": true, |
355 |
| - "tfds.core.Version.count": true, |
356 |
| - "tfds.core.Version.index": true, |
357 |
| - "tfds.core.Version.major": true, |
| 342 | + "tfds.core.Version.implements": true, |
358 | 343 | "tfds.core.Version.match": true,
|
359 |
| - "tfds.core.Version.minor": true, |
360 |
| - "tfds.core.Version.patch": true, |
| 344 | + "tfds.core.Version.tuple": true, |
361 | 345 | "tfds.core.get_tfds_path": false,
|
362 | 346 | "tfds.core.lazy_imports": false,
|
363 | 347 | "tfds.disable_progress_bar": false,
|
|
601 | 585 | "tfds.file_adapter.TFRecordExampleAdapter.__init__": true,
|
602 | 586 | "tfds.file_adapter.TFRecordExampleAdapter.dataset_from_filename": true,
|
603 | 587 | "tfds.file_adapter.TFRecordExampleAdapter.filetype_suffix": true,
|
604 |
| - "tfds.file_adapter.TFRecordExampleAdapter.parse_example": true, |
605 |
| - "tfds.file_adapter.TFRecordExampleAdapter.serialize_example": true, |
606 | 588 | "tfds.file_adapter.TFRecordExampleAdapter.write_from_generator": true,
|
607 | 589 | "tfds.file_adapter.TFRecordExampleAdapter.write_from_pcollection": true,
|
608 | 590 | "tfds.is_dataset_on_gcs": false,
|
|
773 | 755 | "tfds.testing.DummyDatasetSharedGenerator.download_and_prepare": true,
|
774 | 756 | "tfds.testing.DummyDatasetSharedGenerator.info": true,
|
775 | 757 | "tfds.testing.DummyDatasetSharedGenerator.name": true,
|
| 758 | + "tfds.testing.DummyDatasetSharedGenerator.version": true, |
776 | 759 | "tfds.testing.DummyMnist": false,
|
777 | 760 | "tfds.testing.DummyMnist.BUILDER_CONFIGS": true,
|
778 | 761 | "tfds.testing.DummyMnist.GOOGLE_DISABLED": true,
|
|
787 | 770 | "tfds.testing.DummyMnist.download_and_prepare": true,
|
788 | 771 | "tfds.testing.DummyMnist.info": true,
|
789 | 772 | "tfds.testing.DummyMnist.name": true,
|
| 773 | + "tfds.testing.DummyMnist.version": true, |
790 | 774 | "tfds.testing.FeatureExpectationItem": false,
|
791 | 775 | "tfds.testing.FeatureExpectationItem.__init__": true,
|
792 | 776 | "tfds.testing.FeatureExpectationsTestCase": false,
|
|
0 commit comments