(self)
| 245 | self.glob_indices.extend(subsample_indices) |
| 246 | |
| 247 | def __len__(self): |
| 248 | # This is the cumulative length of all input datasets. |
| 249 | return self.cumulative_lengths[-1] |
| 250 | |
| 251 | def cache_dataset(self, dataset_index): |
| 252 | if self.current_cache_index >= 0: |
nothing calls this directly
no outgoing calls
no test coverage detected