(self)
| 303 | loss_mask_buffer = loss_mask_buffer[chunk_size:] |
| 304 | |
| 305 | def get_state_dict(self): |
| 306 | return dict(config=self.config) |
| 307 | |
| 308 | def load_state_dict(self, state_dict): |
| 309 | if 'config' in state_dict: |
nothing calls this directly
no outgoing calls
no test coverage detected