Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

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 = ...
 

Detailed Description

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1

Constructs parameters of the softmax layer

Parameters
_dimensionDimension index to calculate softmax
Deprecated:
This item will be removed in a future release.

Variant 2

Constructs parameters of the softmax layer by copying another parameters of the softmax layer

Parameters
otherParameters of the softmax layer
Deprecated:
This item will be removed in a future release.

Member Data Documentation

dimension = ...
static

Dimension index to calculate softmax


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.