aclopEngineType
typedef enum aclEngineType {
ACL_ENGINE_SYS, // Set this parameter when the execution engine is not concerned. Currently, only this option is supported.
ACL_ENGINE_AICORE, // Compile the operator into an AI Core operator. This option is not supported currently.
ACL_ENGINE_VECTOR // Compile an operator into a Vector Core operator. This option is not supported currently.
} aclopEngineType;
Parent topic: Data Types and Operations