(b)
| 368 | return super()._share_filename_cpu_(*args, **kwargs) |
| 369 | |
| 370 | def _load_from_bytes(b): |
| 371 | return torch.load(io.BytesIO(b)) |
| 372 | |
| 373 | |
| 374 | _StorageBase.type = _type # type: ignore[assignment] |
nothing calls this directly
no test coverage detected
searching dependent graphs…