Python* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Parameters for the softmax layer. More...
Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
def | check |
Static Public Attributes | |
dimension = ... | |
![]() | |
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.