alpha | mlpack::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 > | |
delta | mlpack::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 > | |
inputParameter | mlpack::ann::ELU< InputDataType, OutputDataType > | private |
InputParameter() const | mlpack::ann::ELU< InputDataType, OutputDataType > | inline |
InputParameter() | mlpack::ann::ELU< InputDataType, OutputDataType > | inline |
outputParameter | mlpack::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 > | |