C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

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;
};
Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

Parameter ( double  alpha = 1.0)

Constructs the parameters of the ELU layer

Deprecated:
This item will be removed in a future release.

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.