dopt v0.3.12 (2018-05-30T08:02:37Z)
Dub
Repo
CPUKernel
dopt
cpu
Common interface for all CPU kernels.
interface
CPUKernel {
void
execute
(Operation op, const(void[])[] inputs, void[] output);
}
Members
Functions
execute
void
execute
(Operation op, const(void[])[] inputs, void[] output)
Undocumented in source.
Meta
Source
See Implementation
dopt
cpu
modules
basic
math
nnet
random
classes
CPUBuffer
CPUKernelDelegate
CPUPlan
functions
deregisterCPUKernel
evaluateCPU
listAllCPUOperations
registerCPUKernel
interfaces
CPUKernel
Common interface for all CPU kernels.