(device: str, seed: int)
| 996 | |
| 997 | # These are callables which automatically dispatch the function specific to the accelerator |
| 998 | def backend_manual_seed(device: str, seed: int): |
| 999 | return _device_agnostic_dispatch(device, BACKEND_MANUAL_SEED, seed) |
| 1000 | |
| 1001 | |
| 1002 | def backend_empty_cache(device: str): |
no test coverage detected