C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Parameter Struct Reference

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()

Parameter ( double  alpha = 1.0)

Constructs the parameters of the ELU layer

Member Data Documentation

◆ alpha

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.