Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Parameters for the ELU layer. More...
Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from Parameter | |
| def | __init__ |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| alpha = ... | |
Static Public Attributes inherited from Parameter | |
| weightsInitializer = ... | |
| biasesInitializer = ... | |
| predictionStage = ... | |
| propagateGradient = ... | |
| weightsAndBiasesInitialized = ... | |
| allowInplaceComputation = ... | |
| def __init__ | ( | self, | |
alpha = 1.0 |
|||
| ) |
Constructs the parameters of the ELU layer
|
static |
Coefficient for the ELU layer
For more complete information about compiler optimizations, see our Optimization Notice.