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

Public Member Functions

def __init__
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Static Public Attributes

 weightsInitializer = ...
 
 biasesInitializer = ...
 
 predictionStage = ...
 
 propagateGradient = ...
 
 weightsAndBiasesInitialized = ...
 
 allowInplaceComputation = ...
 

Detailed Description

Parameters of the neural network layer

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

Constructor & Destructor Documentation

def __init__ (   self)

Default constructor

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

Member Data Documentation

allowInplaceComputation = ...
static

Flag specifying whether the layer can use inplace computations

biasesInitializer = ...
static

Layer biases initializer

predictionStage = ...
static

Flag specifying whether the layer is used for the prediction stage or not

propagateGradient = ...
static

Flag specifying whether backward layer propagates the gradient

weightsAndBiasesInitialized = ...
static

Weights and biases initialization status. True if weights and biases are initialized, false otherwise.

weightsInitializer = ...
static

Layer weights initializer


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

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