|
My Project
|
Backend-agnostic wrapper for CPU/CUDA networks. More...


Go to the source code of this file.
Classes | |
| struct | CpuBackend |
| Backend tag for CPU implementations. More... | |
| struct | CudaBackend |
| Backend tag for CUDA implementations. More... | |
| struct | ActivationToEnum< cpu_mlp::Linear > |
| CPU->CUDA activation mapping for Linear. More... | |
| struct | ActivationToEnum< cpu_mlp::Sigmoid > |
| CPU->CUDA activation mapping for Sigmoid. More... | |
| struct | ActivationToEnum< cpu_mlp::Tanh > |
| CPU->CUDA activation mapping for Tanh. More... | |
| struct | ActivationToEnum< cpu_mlp::ReLU > |
| CPU->CUDA activation mapping for ReLU. More... | |
| class | NetworkWrapper< CpuBackend > |
| CPU specialization of the network wrapper. More... | |
Backend-agnostic wrapper for CPU/CUDA networks.