dopt v0.3.3 (2018-01-02T09:27:38Z)
Dub
Repo
CPUKernel
dopt
core
cpu
Common interface for all CPU kernels.
interface
CPUKernel {
void
execute
(Operation op, const(Buffer)[] inputs, Buffer output);
}
Members
Functions
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
Common interface for all CPU kernels.