| 14 | |
| 15 | |
| 16 | class SamplerType(Enum): |
| 17 | DISTRIBUTED = 0 |
| 18 | EPOCH = 1 |
| 19 | INFINITE = 2 |
| 20 | SHARDED_INFINITE = 3 |
| 21 | SHARDED_INFINITE_NEW = 4 |
| 22 | |
| 23 | |
| 24 | def _parse_dataset_str(dataset_str: str): |
nothing calls this directly
no outgoing calls
no test coverage detected