(device: str)
| 1528 | |
| 1529 | |
| 1530 | def backend_max_memory_allocated(device: str): |
| 1531 | return _device_agnostic_dispatch(device, BACKEND_MAX_MEMORY_ALLOCATED) |
| 1532 | |
| 1533 | |
| 1534 | # These are callables which return boolean behaviour flags and can be used to specify some |
no test coverage detected
searching dependent graphs…