Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Parameters for the prelu layer. More...
Public Member Functions | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Parameter | |
| def | __init__ |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| dataDimension = ... | |
| weightsDimension = ... | |
Static Public Attributes inherited from Parameter | |
| weightsInitializer = ... | |
| biasesInitializer = ... | |
| predictionStage = ... | |
| propagateGradient = ... | |
| weightsAndBiasesInitialized = ... | |
| allowInplaceComputation = ... | |
| def __init__ | ( | self, | |
_dataDimension = 0, |
|||
_weightsDimension = 1 |
|||
| ) |
Constructs parameters of the prelu layer
| _dataDimension | Starting data dimension index to apply weight |
| _weightsDimension | Number of weight dimensions |
| def check | ( | self | ) |
Checks the correctness of the parameter
|
static |
Starting data dimension index to apply weight
|
static |
Number of weight dimensions
For more complete information about compiler optimizations, see our Optimization Notice.