registerCPUKernel

Registers a kernel for the specified operation.

void
registerCPUKernel

Parameters

opName
Type: string

The name of the operation.

kernel
Type: CPUKernel

A kernel that can execute operations of the type specified by opName.

Throws

If there is already a kernel registered for the operation.

Meta