typedef enum aclrtRunMode { ACL_DEVICE, // AI软件栈运行在Device的Control CPU或板端环境上 ACL_HOST, // AI软件栈运行在Host侧 } aclrtRunMode;