Python* API Reference for Intel® Data Analytics Acceleration Library 2019
split layer parameters 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 | |
| nOutputs = ... | |
| nInputs = ... | |
Static Public Attributes inherited from Parameter | |
| weightsInitializer = ... | |
| biasesInitializer = ... | |
| predictionStage = ... | |
| propagateGradient = ... | |
| weightsAndBiasesInitialized = ... | |
| allowInplaceComputation = ... | |
| def __init__ | ( | self, | |
nOutputs = 1, |
|||
nInputs = 1 |
|||
| ) |
Constructs parameters of the forward split layer
| nOutputs | Number of outputs for forward split layer |
| nInputs | Number of inputs for backward split layer |
|
static |
Number of inputs for backward split layer
|
static |
Number of outputs for forward split layer
For more complete information about compiler optimizations, see our Optimization Notice.