OpkernelLib

Function Usage

Configures the kernelLib called by an operator. The kernelLib called by AICPU custom operators is fixed to CUSTAICPUKernel.

Prototype

1
OpAICPUDef &OpkernelLib(const char *value)

Parameters

Parameter

Input/Output

Description

value

Input

kernelLib value. The kernelLib called by the operator is fixed to CUSTAICPUKernel.

Returns

OpAICPUDef operator definition. For details, see OpAICPUDef.

Restrictions

None