dopt v0.3.3 (2018-01-02T09:27:38Z)
Dub
Repo
CPUKernelDelegate
dopt
core
cpu
Convenience class that allows one to wrap a delegate and implement CPUKernel.
class
CPUKernelDelegate :
CPUKernel
{
this
(void delegate(Operation, const(Buffer)[], Buffer) kern);
void
execute
(Operation op, const(Buffer)[] inputs, Buffer output);
}
Constructors
this
this
(void delegate(Operation, const(Buffer)[], Buffer) kern)
Undocumented in source.
Members
Functions
execute
void
execute
(Operation op, const(Buffer)[] inputs, Buffer 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(Buffer)[] inputs, Buffer output)
Undocumented in source.
Meta
Source
See Implementation
dopt
core
cpu
modules
basic
math
classes
CPUKernelDelegate
functions
deregisterCPUKernel
evaluateCPU
initialize
listAllCPUOperations
registerCPUKernel
interfaces
CPUKernel
Convenience class that allows one to wrap a delegate and implement CPUKernel.