---
title: aclrtBinaryLoadOptions
description: "加载算子二进制文件的可选参数。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclpythondevg_01_1120.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclpythondevg_01_1120.html
indexId: 47829b4b1de9ce32f24d0e89c63406f138cd22e069363f2168f5677744d0141271
---
# aclrtBinaryLoadOptions

#### 说明

加载算子二进制文件的可选参数。


#### 定义

```
options = [{"type": option_type, "value": option_value}]
```


说明：options中可同时包含多个dict，每个dict中包含一对type和value。

#### 成员

| 成员名称 | 说明 |
| --- | --- |
| option\_type | int，参数类型，取值参考aclrtBinaryLoadOptionType。 |
| option\_value | int，参数取值，取值参考aclrtBinaryLoadOptionValue。 |


说明：option_type和option_value配对使用，option_value随着option_type的取值来配置不同的值。
