ExtendCfgInfo
Function Usage
Adds a set of extended configurations in key-value pair format for AI CPU custom operators.
Prototype
1 | OpAICPUDef &ExtendCfgInfo(const char *key, const char *value) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
key |
Input |
Key name in the extended configuration, that is, the name of the configuration item |
value |
Input |
Value in the extended configuration, that is, the configuration content corresponding to the key name |
Returns
OpAICPUDef operator definition. For details, see OpAICPUDef.
Restrictions
None
Parent topic: OpAICPUDef