|
My Project
|
This is the complete list of members for cpu_mlp::Layer, including all inherited members.
| backward(const Eigen::MatrixXd &next_grad, Eigen::MatrixXd *prev_grad)=0 | cpu_mlp::Layer | pure virtual |
| bind(double *params, double *grads)=0 | cpu_mlp::Layer | pure virtual |
| forward(const Eigen::MatrixXd &input, Eigen::MatrixXd &output)=0 | cpu_mlp::Layer | pure virtual |
| getInitStdDev() const =0 | cpu_mlp::Layer | pure virtual |
| getInSize() const =0 | cpu_mlp::Layer | pure virtual |
| getOutSize() const =0 | cpu_mlp::Layer | pure virtual |
| getParamsSize() const =0 | cpu_mlp::Layer | pure virtual |
| ~Layer()=default | cpu_mlp::Layer | virtual |