NNFS
Neural network library from scratch
Loading...
Searching...
No Matches
NNFS::Layer Member List

This is the complete list of members for NNFS::Layer, including all inherited members.

backward(Eigen::MatrixXd &out, const Eigen::MatrixXd &dx)=0NNFS::Layerpure virtual
forward(Eigen::MatrixXd &out, const Eigen::MatrixXd &x)=0NNFS::Layerpure virtual
Layer(LayerType type)NNFS::Layerinline
typeNNFS::Layer
~Layer()=defaultNNFS::Layervirtual