CPUKernelDelegate

Convenience class that allows one to wrap a delegate and implement CPUKernel.

Constructors

this
this(void delegate(Operation, const(void[])[], void[]) kern)
Undocumented in source.

Members

Functions

execute
void execute(Operation op, const(void[])[] inputs, void[] output)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CPUKernel

execute
void execute(Operation op, const(void[])[] inputs, void[] output)
Undocumented in source.

Meta