aclrtBinaryLoadOptions
Description
Optional parameter for loading the operator binary file.
Definition
options = [{"type": option_type, "value": option_value}]
Note: Options can contain multiple dictionaries. Each dictionary contains a type-value pair.
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