(device: str)
| 1520 | |
| 1521 | |
| 1522 | def backend_reset_peak_memory_stats(device: str): |
| 1523 | return _device_agnostic_dispatch(device, BACKEND_RESET_PEAK_MEMORY_STATS) |
| 1524 | |
| 1525 | |
| 1526 | def backend_reset_max_memory_allocated(device: str): |
no test coverage detected
searching dependent graphs…