aclrtBinaryLoadOptions
Description
Optional parameter for loading the operator binary file.
Prototype
options = [{"type": option_type, "value": option_value}]
Note: options can contain multiple dicts at the same time. Each dict contains a pair of type and value.
Members
Member |
Description |
|---|---|
option_type |
Int, parameter type. For details, see aclrtBinaryLoadOptionType. |
option_value |
Int, parameter value. For details, see aclrtBinaryLoadOptionValue. |
Note: option_type and option_value are used in pairs. The value of option_value varies according to the value of option_type.
Parent topic: Data Types and Operation APIs