返回可用的CPU数量。
说明
对于 "CPU" 硬件,固定返回1。
"CPU"
int,可用的CPU数量。
样例:
>>> import mindspore as ms >>> print(ms.device_context.cpu.device_count()) 1