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