ExtendCfgInfo
Function
This function is used to configure parameters related to extended operators, providing 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. It can be set to support_aclnn or aclnn_only. |
The following table lists the parameters supported by ExtendCfgInfo.
Returns
For details about the definition of the OpAICoreConfig operator, see OpAICoreConfig.
Restrictions
None
Parent topic: OpAICoreConfig