FunctionName

Function Usage

Configures the name of the kernel function called by a custom operator. functionName is fixed to RunCpuKernel.

Prototype

OpAICPUDef &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

OpAICPUDef operator definition. For details, see OpAICPUDef.

Restrictions

None