检查 whl 包是否可以被用来在 NPU 上运行模型。
whl
bool,支持 NPU 则为 True,否则为 False。
import paddle support_npu = paddle.device.is_compiled_with_npu()