KernelSo
Function Usage
Configures the name of the dynamic library file generated through the compilation of the AI CPU operator implementation file.
Prototype
OpAICPUDef &KernelSo(const char *value)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
value |
Input |
Name of the dynamic library file generated through the compilation of the AI CPU operator implementation file |
Returns
OpAICPUDef operator definition. For details, see OpAICPUDef.
Restrictions
None
Parent topic: OpAICPUDef