C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members

Parameters for the ELU layer. More...

Class Declaration

struct DAAL_EXPORT Parameter: public layers::Parameter
{
Parameter(double alpha = 1.0);
double alpha;
};

Constructor & Destructor Documentation

Parameter ( double  alpha = 1.0)

Constructs the parameters of the ELU layer

Member Data Documentation

double alpha

Coefficient for the ELU layer


The documentation for this struct was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.