(storage, location=None)
| 223 | elif isinstance(map_location, (str, flow.device)): |
| 224 | |
| 225 | def restore_location(storage, location=None): |
| 226 | return storage.to(device=map_location) |
| 227 | |
| 228 | elif isinstance(map_location, flow.placement): |
| 229 |
no test coverage detected