aclrtBinaryLoadOptionType
1 2 3 4 5 6 | 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, // Deprecated. 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; |
Parent topic: Data Types and Operation APIs