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 forward and backward two-dimensional spatial layers. 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

 pyramidHeight = ...
 
 indices = ...
 
- 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,
  _pyramidHeight,
  firstIndex,
  secondIndex 
)

Constructs the parameters of 2D spatial layer

Parameters
_pyramidHeightThe value of pyramid height
firstIndexIndex of the first of two dimensions on which the spatial is performed
secondIndexIndex of the second of two dimensions on which the spatial is performed
Deprecated:
This item will be removed in a future release.

Member Data Documentation

indices = ...
static

Indices of the two dimensions on which spatial is performed

pyramidHeight = ...
static

The value of pyramid height


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

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