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, // Build the operator into an AI Core operator. Currently, this option is not supported.
ACL_ENGINE_VECTOR // Build the operator into a Vector Core operator. Currently, this option is not supported.
} aclopEngineType;
Parent topic: Data Types and Operation APIs