mlpack  master
mlpack::ann::ELU< InputDataType, OutputDataType > Member List

This is the complete list of members for mlpack::ann::ELU< InputDataType, OutputDataType >, including all inherited members.

alphamlpack::ann::ELU< InputDataType, OutputDataType >private
Alpha() const mlpack::ann::ELU< InputDataType, OutputDataType >inline
Alpha()mlpack::ann::ELU< InputDataType, OutputDataType >inline
Backward(const DataType &&input, DataType &&gy, DataType &&g)mlpack::ann::ELU< InputDataType, OutputDataType >
deltamlpack::ann::ELU< InputDataType, OutputDataType >private
Delta() const mlpack::ann::ELU< InputDataType, OutputDataType >inline
Delta()mlpack::ann::ELU< InputDataType, OutputDataType >inline
Deriv(const double y)mlpack::ann::ELU< InputDataType, OutputDataType >inlineprivate
Deriv(const InputType &x, OutputType &y)mlpack::ann::ELU< InputDataType, OutputDataType >inlineprivate
ELU(const double alpha=1.0)mlpack::ann::ELU< InputDataType, OutputDataType >
fn(const double x)mlpack::ann::ELU< InputDataType, OutputDataType >inlineprivate
fn(const arma::Mat< eT > &x, arma::Mat< eT > &y)mlpack::ann::ELU< InputDataType, OutputDataType >inlineprivate
Forward(const InputType &&input, OutputType &&output)mlpack::ann::ELU< InputDataType, OutputDataType >
inputParametermlpack::ann::ELU< InputDataType, OutputDataType >private
InputParameter() const mlpack::ann::ELU< InputDataType, OutputDataType >inline
InputParameter()mlpack::ann::ELU< InputDataType, OutputDataType >inline
outputParametermlpack::ann::ELU< InputDataType, OutputDataType >private
OutputParameter() const mlpack::ann::ELU< InputDataType, OutputDataType >inline
OutputParameter()mlpack::ann::ELU< InputDataType, OutputDataType >inline
Serialize(Archive &ar, const unsigned int)mlpack::ann::ELU< InputDataType, OutputDataType >