返回CPU设备是否可用的指示。
bool,指示CPU设备是否可用。
样例:
>>> import mindspore as ms >>> print(ms.device_context.cpu.is_available()) True