aclrtBinaryLoadOptionType

typedef enum aclrtBinaryLoadOptionType {
    ACL_RT_BINARY_LOAD_OPT_LAZY_LOAD = 1,       // Whether to load the operator to the device after the operator binary is parsed and the operator is registered
    ACL_RT_BINARY_LOAD_OPT_LAZY_MAGIC = 2,      // Discarded. Use ACL_RT_BINARY_LOAD_OPT_MAGIC instead.
    ACL_RT_BINARY_LOAD_OPT_MAGIC = 2,           // Magic number that identifies the operator type
    ACL_RT_BINARY_LOAD_OPT_CPU_KERNEL_MODE = 3, // AI CPU operator registration mode
} aclrtBinaryLoadOptionType;