(self)
| 183 | self.index_mapping = np.random.permutation(np.arange(len(ds))) |
| 184 | |
| 185 | def __len__(self): |
| 186 | return len(self.wrapped_data) |
| 187 | |
| 188 | def __getitem__(self, index): |
| 189 | # rng = random.Random(index) |
nothing calls this directly
no outgoing calls
no test coverage detected