aclrtBinaryLoadOption
typedef struct {
aclrtBinaryLoadOptionType type;
aclrtBinaryLoadOptionValue value;
} aclrtBinaryLoadOption;
加载算子二进制文件时,每个参数是由参数类型aclrtBinaryLoadOption.type及其对应的参数值aclrtBinaryLoadOption.value组成,例如,aclrtBinaryLoadOption.type为ACL_RT_BINARY_LOAD_OPT_LAZY_LOAD时,aclrtBinaryLoadOption.value需根据isLazyLoad的取值来配置。
父主题: 数据类型及其操作接口