检查 whl 包是否可以被用来在Cambricon MLU上运行模型
whl
bool,支持MLU则为True,否则为False。
# required: mlu import paddle support_mlu = paddle.device.is_compiled_with_mlu()