ExtendCfgInfo
Function Usage
Adds a set of extended configurations in key-value pair format for HostCPU custom operators.
Prototype
1 | OpHostCPUDef &ExtendCfgInfo(const char *key, const char *value) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
key |
Input |
Key name of 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
OpHostCPUDef operator definition. For details, see OpHostCPUDef.
Restrictions
None
Parent topic: OpHostCPUDef