(self, index)
| 165 | raise NotImplementedError |
| 166 | |
| 167 | def prefetch_shard(self, index): |
| 168 | raise NotImplementedError |
| 169 | |
| 170 | def get_batch(self, batch_iter): |
| 171 | raise NotImplementedError |
nothing calls this directly
no outgoing calls
no test coverage detected