aclrtRunMode
typedef enum aclrtRunMode {
ACL_DEVICE, // The AI software stack runs on the Ctrl CPU or in the board environment on the device.
ACL_HOST, // The AI software stack runs on the host.
} aclrtRunMode;
Parent topic: Data Types and Operations