ExtendCfgInfo
Function Usage
Extends the parameter configuration of an operator information library to provide more flexible parameter configuration capabilities.
Prototype
OpAICoreConfig &OpAICoreConfig::ExtendCfgInfo(const char *key, const char *value);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
key |
Input |
Configuration option of the operator information library, such as dynamicRankSupport.flag and dynamicFormat.flag. |
value |
Input |
Value of each configuration option of the operator information library. For example, the value of dynamicRankSupport.flag can be true or false. |
Returns
OpAICoreConfig operator definition. For details, see OpAICoreConfig.
Constraints
None
Parent topic: OpAICoreConfig