torch.accelerator.device_count¶
- torch.accelerator.device_count()[source]¶
Return the number of current accelerator available.
- Returns
- the number of the current accelerator available.
If there is no available accelerators, return 0.
- Return type
Return the number of current accelerator available.
If there is no available accelerators, return 0.