ExtendCfgInfo
Function
Extends the parameter configuration of an operator to provide more flexible parameter configuration capabilities.
Prototype
1
|
OpAICoreConfig &OpAICoreConfig::ExtendCfgInfo(const char *key, const char *value) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
key |
Input |
Configuration item, for example, aclnnSupport.value. |
|
value |
Input |
Value of the configuration item key, for example, aclnnSupport.value. You can set this parameter to support_aclnn or aclnn_only. |
The following table lists the parameters supported by ExtendCfgInfo.
|
Parameter |
Overview |
|---|---|
|
aclnnSupport.value |
For details about the operator delivery in fallback mode, see "Delivering Operators in Fallback Mode" . |
Returns
For details about the OpAICoreConfig operator definition, see OpAICoreConfig.
Restrictions
None
Parent topic: OpAICoreConfig