(self, seed: Optional[int])
| 466 | |
| 467 | |
| 468 | def _set_seed(self, seed: Optional[int]): |
| 469 | rng = torch.manual_seed(seed) |
| 470 | self.rng = rng |
| 471 | |
| 472 | |
| 473 | ###################################################################### |
nothing calls this directly
no outgoing calls
no test coverage detected