Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Parameters for the softmax 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 | |
| dimension = ... | |
Static Public Attributes inherited from Parameter | |
| weightsInitializer = ... | |
| biasesInitializer = ... | |
| predictionStage = ... | |
| propagateGradient = ... | |
| weightsAndBiasesInitialized = ... | |
| allowInplaceComputation = ... | |
| def __init__ | ( | self, | |
| args | |||
| ) |
Constructs parameters of the softmax layer
| _dimension | Dimension index to calculate softmax |
Constructs parameters of the softmax layer by copying another parameters of the softmax layer
| other | Parameters of the softmax layer |
|
static |
Dimension index to calculate softmax
For more complete information about compiler optimizations, see our Optimization Notice.