FunctionName
Function Usage
Configures the name of the kernel function called by a custom operator. functionName is fixed to RunCpuKernel.
Prototype
OpHostCPUDef &FunctionName(const char *value)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
value |
Input |
Name of the kernel function called by a custom operator. functionName is fixed to RunCpuKernel. |
Returns
OpHostCPUDef operator definition. For details, see OpHostCPUDef.
Restrictions
None
Parent topic: OpHostCPUDef