torch.cpu.device_count

torch.cpu.device_count() [source]

Returns number of CPU devices (not cores). Always 1.

N.B. This function only exists to facilitate device-agnostic code

Return type

int

© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/2.1/generated/torch.cpu.device_count.html