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 spatial pyramid stochastic 2D pooling layer. More...

Public Member Functions

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

Static Public Attributes

 seed = ...
 
 engine = ...
 
- Static Public Attributes inherited from Parameter
 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 parameters of the spatial pyramid stochastic 2D pooling layer

Parameters
pyramidHeightValue of the pyramid height.
firstIndexFirst dimension index along which spatial pyramid pooling is performed
secondIndexSecond dimension index along which spatial pyramid pooling is performed
Deprecated:
This item will be removed in a future release.

Member Data Documentation

engine = ...
static

Engine for random numbers generation.

seed = ...
static

Seed for random numbers generation.

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

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

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