(self)
| 205 | self.template = template |
| 206 | |
| 207 | def __len__(self): |
| 208 | return len(self.raw_data) |
| 209 | |
| 210 | def __getitem__(self, i) -> Dict[str, torch.Tensor]: |
| 211 | if i in self.cached_data_dict: |
nothing calls this directly
no outgoing calls
no test coverage detected