Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters for the average 1D pooling layer. More...
Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
def | check |
Additional Inherited Members | |
![]() | |
stride = ... | |
padding = ... | |
kernelSize = ... | |
index = ... | |
![]() | |
weightsInitializer = ... | |
biasesInitializer = ... | |
predictionStage = ... | |
propagateGradient = ... | |
weightsAndBiasesInitialized = ... | |
allowInplaceComputation = ... | |
def __init__ | ( | self, | |
index, | |||
kernelSize = 2 , |
|||
stride = 2 , |
|||
padding = 0 |
|||
) |
Constructs the parameters of average 1D pooling layer
index | Index of the dimension on which pooling is performed |
kernelSize | Size of 1D subtensor for which the average element is computed |
stride | Interval over the dimension on which the pooling is performed |
padding | Number of data elements to implicitly add to the the dimension of the 1D subtensor on which the pooling is performed |
For more complete information about compiler optimizations, see our Optimization Notice.