Returns whether 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