Returns whether the Ascend backend is available.
bool, whether the Ascend backend is available for this MindSpore package.
Examples
>>> import mindspore as ms >>> print(ms.device_context.ascend.is_available()) True