Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| weightsInitializer = ... | |
| biasesInitializer = ... | |
| predictionStage = ... | |
| propagateGradient = ... | |
| weightsAndBiasesInitialized = ... | |
| allowInplaceComputation = ... | |
| def __init__ | ( | self | ) |
Default constructor
|
static |
Flag specifying whether the layer can use inplace computations
|
static |
Layer biases initializer
|
static |
Flag specifying whether the layer is used for the prediction stage or not
|
static |
Flag specifying whether backward layer propagates the gradient
|
static |
Weights and biases initialization status. True if weights and biases are initialized, false otherwise.
|
static |
Layer weights initializer
For more complete information about compiler optimizations, see our Optimization Notice.