|
My Project
|
CPU specialization of the network wrapper. More...
#include <network_wrapper.hpp>
Public Types | |
| using | InternalNetwork = cpu_mlp::Network |
Public Member Functions | |
| NetworkWrapper ()=default | |
| template<int In, int Out, typename Activation > | |
| void | addLayer () |
| void | bindParams () |
| void | bindParams (unsigned int seed) |
| InternalNetwork & | getInternal () |
| Access the underlying CPU network. More... | |
| const InternalNetwork & | getInternal () const |
| Access the underlying CPU network (const). More... | |
| size_t | getParamsSize () const |
| Total number of parameters. More... | |
CPU specialization of the network wrapper.
| using NetworkWrapper< CpuBackend >::InternalNetwork = cpu_mlp::Network |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
Access the underlying CPU network.

|
inline |
Access the underlying CPU network (const).
|
inline |
Total number of parameters.