OpKernelLib

Function Usage

Configures the kernelLib called by an operator. The kernelLib called by HostCPU custom operators is fixed to CUSTHOSTCPUKernel.

Prototype

1
OpHostCPUDef &OpkernelLib(const char *value)

Parameters

Parameter

Input/Output

Description

value

Input

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

Returns

OpHostCPUDef operator definition. For details, see OpHostCPUDef.

Restrictions

None