(self, v)
| 508 | loss_mask_buffer = loss_mask_buffer[chunk_size:] |
| 509 | |
| 510 | def _make_callback(self, v): |
| 511 | return lambda index: v[index] |
| 512 | |
| 513 | def get_state_dict(self): |
| 514 | return dict( |
nothing calls this directly
no outgoing calls
no test coverage detected