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 pooling 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

 stride = ...
 
 padding = ...
 
 kernelSize = ...
 
 index = ...
 
- 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,
  index,
  kernelSize = 2,
  stride = 2,
  padding = 0 
)

Constructs the parameters of 1D pooling layer

Parameters
indexIndex of the dimension on which pooling is performed
kernelSizeSize of 1D subtensor for which the element is computed
strideInterval over the dimension on which the pooling is performed
paddingNumber of data elements to implicitly add to the the dimension of the 1D subtensor on which the pooling is performed
Deprecated:
This item will be removed in a future release.

Member Data Documentation

index = ...
static

Index of the dimension on which pooling is performed

kernelSize = ...
static

Data structure representing the size of the 1D subtensor

padding = ...
static

Data structure representing the number of data elements to implicitly add

stride = ...
static

Data structure representing the intervals on which the subtensors for pooling are computed


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

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