registerCPUKernel

Registers a kernel for the specified operation.

void
registerCPUKernel

Parameters

opName string

The name of the operation.

kernel 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