|
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__",
|
|
151 | 139 | "tfds.core": false,
|
152 | 140 | "tfds.core.BeamBasedBuilder": false,
|
153 | 141 | "tfds.core.BeamBasedBuilder.BUILDER_CONFIGS": true,
|
154 |
| - "tfds.core.BeamBasedBuilder.GOOGLE_DISABLED": true, |
155 |
| - "tfds.core.BeamBasedBuilder.IN_DEVELOPMENT": true, |
156 | 142 | "tfds.core.BeamBasedBuilder.SUPPORTED_VERSIONS": true,
|
157 | 143 | "tfds.core.BeamBasedBuilder.VERSION": true,
|
158 | 144 | "tfds.core.BeamBasedBuilder.__init__": true,
|
|
163 | 149 | "tfds.core.BeamBasedBuilder.download_and_prepare": true,
|
164 | 150 | "tfds.core.BeamBasedBuilder.info": true,
|
165 | 151 | "tfds.core.BeamBasedBuilder.name": true,
|
| 152 | + "tfds.core.BeamBasedBuilder.version": true, |
166 | 153 | "tfds.core.BuilderConfig": false,
|
167 | 154 | "tfds.core.BuilderConfig.__init__": true,
|
168 | 155 | "tfds.core.BuilderConfig.description": true,
|
|
171 | 158 | "tfds.core.BuilderConfig.version": true,
|
172 | 159 | "tfds.core.DatasetBuilder": false,
|
173 | 160 | "tfds.core.DatasetBuilder.BUILDER_CONFIGS": true,
|
174 |
| - "tfds.core.DatasetBuilder.GOOGLE_DISABLED": true, |
175 |
| - "tfds.core.DatasetBuilder.IN_DEVELOPMENT": true, |
176 | 161 | "tfds.core.DatasetBuilder.SUPPORTED_VERSIONS": true,
|
177 | 162 | "tfds.core.DatasetBuilder.VERSION": true,
|
178 | 163 | "tfds.core.DatasetBuilder.__init__": true,
|
|
183 | 168 | "tfds.core.DatasetBuilder.download_and_prepare": true,
|
184 | 169 | "tfds.core.DatasetBuilder.info": true,
|
185 | 170 | "tfds.core.DatasetBuilder.name": true,
|
| 171 | + "tfds.core.DatasetBuilder.version": true, |
186 | 172 | "tfds.core.DatasetInfo": false,
|
187 | 173 | "tfds.core.DatasetInfo.__init__": true,
|
188 | 174 | "tfds.core.DatasetInfo.as_json": true,
|
|
205 | 191 | "tfds.core.DatasetInfo.urls": true,
|
206 | 192 | "tfds.core.DatasetInfo.version": true,
|
207 | 193 | "tfds.core.DatasetInfo.write_to_directory": true,
|
| 194 | + "tfds.core.Experiment": false, |
| 195 | + "tfds.core.Experiment.DUMMY": true, |
| 196 | + "tfds.core.Experiment.S3": true, |
208 | 197 | "tfds.core.GeneratorBasedBuilder": false,
|
209 | 198 | "tfds.core.GeneratorBasedBuilder.BUILDER_CONFIGS": true,
|
210 |
| - "tfds.core.GeneratorBasedBuilder.GOOGLE_DISABLED": true, |
211 |
| - "tfds.core.GeneratorBasedBuilder.IN_DEVELOPMENT": true, |
212 | 199 | "tfds.core.GeneratorBasedBuilder.SUPPORTED_VERSIONS": true,
|
213 | 200 | "tfds.core.GeneratorBasedBuilder.VERSION": true,
|
214 | 201 | "tfds.core.GeneratorBasedBuilder.__init__": true,
|
|
219 | 206 | "tfds.core.GeneratorBasedBuilder.download_and_prepare": true,
|
220 | 207 | "tfds.core.GeneratorBasedBuilder.info": true,
|
221 | 208 | "tfds.core.GeneratorBasedBuilder.name": true,
|
| 209 | + "tfds.core.GeneratorBasedBuilder.version": true, |
222 | 210 | "tfds.core.Metadata": false,
|
223 | 211 | "tfds.core.Metadata.__contains__": true,
|
224 | 212 | "tfds.core.Metadata.__eq__": true,
|
|
287 | 275 | "tfds.core.NamedSplit.__add__": true,
|
288 | 276 | "tfds.core.NamedSplit.__eq__": true,
|
289 | 277 | "tfds.core.NamedSplit.__init__": true,
|
| 278 | + "tfds.core.NamedSplit.__ne__": true, |
290 | 279 | "tfds.core.NamedSplit.get_read_instruction": true,
|
291 | 280 | "tfds.core.NamedSplit.subsplit": true,
|
292 | 281 | "tfds.core.SplitBase": false,
|
293 | 282 | "tfds.core.SplitBase.__add__": true,
|
294 | 283 | "tfds.core.SplitBase.__eq__": true,
|
295 | 284 | "tfds.core.SplitBase.__init__": true,
|
| 285 | + "tfds.core.SplitBase.__ne__": true, |
296 | 286 | "tfds.core.SplitBase.get_read_instruction": true,
|
297 | 287 | "tfds.core.SplitBase.subsplit": true,
|
298 | 288 | "tfds.core.SplitDict": false,
|
|
337 | 327 | "tfds.core.SplitInfo.get_proto": true,
|
338 | 328 | "tfds.core.SplitInfo.num_examples": true,
|
339 | 329 | "tfds.core.Version": false,
|
340 |
| - "tfds.core.Version.LATEST": true, |
341 |
| - "tfds.core.Version.__add__": true, |
342 |
| - "tfds.core.Version.__contains__": true, |
343 | 330 | "tfds.core.Version.__eq__": true,
|
344 | 331 | "tfds.core.Version.__ge__": true,
|
345 |
| - "tfds.core.Version.__getitem__": true, |
346 | 332 | "tfds.core.Version.__gt__": true,
|
347 | 333 | "tfds.core.Version.__init__": true,
|
348 |
| - "tfds.core.Version.__iter__": true, |
349 | 334 | "tfds.core.Version.__le__": true,
|
350 |
| - "tfds.core.Version.__len__": true, |
351 | 335 | "tfds.core.Version.__lt__": true,
|
352 |
| - "tfds.core.Version.__mul__": true, |
353 | 336 | "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, |
| 337 | + "tfds.core.Version.implements": true, |
358 | 338 | "tfds.core.Version.match": true,
|
359 |
| - "tfds.core.Version.minor": true, |
360 |
| - "tfds.core.Version.patch": true, |
| 339 | + "tfds.core.Version.tuple": true, |
361 | 340 | "tfds.core.get_tfds_path": false,
|
362 | 341 | "tfds.core.lazy_imports": false,
|
363 | 342 | "tfds.disable_progress_bar": false,
|
|
462 | 441 | "tfds.features.FeatureConnector.save_metadata": true,
|
463 | 442 | "tfds.features.FeatureConnector.shape": true,
|
464 | 443 | "tfds.features.FeaturesDict": false,
|
| 444 | + "tfds.features.FeaturesDict.__contains__": true, |
465 | 445 | "tfds.features.FeaturesDict.__getitem__": true,
|
466 | 446 | "tfds.features.FeaturesDict.__init__": true,
|
467 | 447 | "tfds.features.FeaturesDict.__iter__": true,
|
|
600 | 580 | "tfds.file_adapter.TFRecordExampleAdapter.__init__": true,
|
601 | 581 | "tfds.file_adapter.TFRecordExampleAdapter.dataset_from_filename": true,
|
602 | 582 | "tfds.file_adapter.TFRecordExampleAdapter.filetype_suffix": true,
|
603 |
| - "tfds.file_adapter.TFRecordExampleAdapter.parse_example": true, |
604 |
| - "tfds.file_adapter.TFRecordExampleAdapter.serialize_example": true, |
605 | 583 | "tfds.file_adapter.TFRecordExampleAdapter.write_from_generator": true,
|
606 | 584 | "tfds.file_adapter.TFRecordExampleAdapter.write_from_pcollection": true,
|
607 | 585 | "tfds.is_dataset_on_gcs": false,
|
|
615 | 593 | "tfds.testing.DatasetBuilderTestCase.DATASET_CLASS": true,
|
616 | 594 | "tfds.testing.DatasetBuilderTestCase.DL_EXTRACT_RESULT": true,
|
617 | 595 | "tfds.testing.DatasetBuilderTestCase.EXAMPLE_DIR": true,
|
618 |
| - "tfds.testing.DatasetBuilderTestCase.INTERNAL_DATASET": true, |
619 | 596 | "tfds.testing.DatasetBuilderTestCase.MOCK_MONARCH": true,
|
620 | 597 | "tfds.testing.DatasetBuilderTestCase.MOCK_OUT_FORBIDDEN_OS_FUNCTIONS": true,
|
621 | 598 | "tfds.testing.DatasetBuilderTestCase.OVERLAPPING_SPLITS": true,
|
| 599 | + "tfds.testing.DatasetBuilderTestCase.VERSION": true, |
622 | 600 | "tfds.testing.DatasetBuilderTestCase.__call__": true,
|
623 | 601 | "tfds.testing.DatasetBuilderTestCase.__eq__": true,
|
624 | 602 | "tfds.testing.DatasetBuilderTestCase.__init__": true,
|
|
760 | 738 | "tfds.testing.DatasetBuilderTestCase.test_session": true,
|
761 | 739 | "tfds.testing.DummyDatasetSharedGenerator": false,
|
762 | 740 | "tfds.testing.DummyDatasetSharedGenerator.BUILDER_CONFIGS": true,
|
763 |
| - "tfds.testing.DummyDatasetSharedGenerator.GOOGLE_DISABLED": true, |
764 |
| - "tfds.testing.DummyDatasetSharedGenerator.IN_DEVELOPMENT": true, |
765 | 741 | "tfds.testing.DummyDatasetSharedGenerator.SUPPORTED_VERSIONS": true,
|
766 | 742 | "tfds.testing.DummyDatasetSharedGenerator.VERSION": true,
|
767 | 743 | "tfds.testing.DummyDatasetSharedGenerator.__init__": true,
|
|
772 | 748 | "tfds.testing.DummyDatasetSharedGenerator.download_and_prepare": true,
|
773 | 749 | "tfds.testing.DummyDatasetSharedGenerator.info": true,
|
774 | 750 | "tfds.testing.DummyDatasetSharedGenerator.name": true,
|
| 751 | + "tfds.testing.DummyDatasetSharedGenerator.version": true, |
775 | 752 | "tfds.testing.DummyMnist": false,
|
776 | 753 | "tfds.testing.DummyMnist.BUILDER_CONFIGS": true,
|
777 |
| - "tfds.testing.DummyMnist.GOOGLE_DISABLED": true, |
778 |
| - "tfds.testing.DummyMnist.IN_DEVELOPMENT": true, |
779 | 754 | "tfds.testing.DummyMnist.SUPPORTED_VERSIONS": true,
|
780 | 755 | "tfds.testing.DummyMnist.VERSION": true,
|
781 | 756 | "tfds.testing.DummyMnist.__init__": true,
|
|
786 | 761 | "tfds.testing.DummyMnist.download_and_prepare": true,
|
787 | 762 | "tfds.testing.DummyMnist.info": true,
|
788 | 763 | "tfds.testing.DummyMnist.name": true,
|
| 764 | + "tfds.testing.DummyMnist.version": true, |
789 | 765 | "tfds.testing.FeatureExpectationItem": false,
|
790 | 766 | "tfds.testing.FeatureExpectationItem.__init__": true,
|
791 | 767 | "tfds.testing.FeatureExpectationsTestCase": false,
|
|
1212 | 1188 | "tfds.units.MiB": true,
|
1213 | 1189 | "tfds.units.PiB": true,
|
1214 | 1190 | "tfds.units.TiB": true,
|
1215 |
| - "tfds.units.absolute_import": true, |
1216 | 1191 | "tfds.units.division": true,
|
1217 | 1192 | "tfds.units.print_function": true,
|
1218 | 1193 | "tfds.units.size_str": false
|
|
0 commit comments