AvgPool3D Constructor (Tuple<(Of <(<'Int32, Int32, Int32>)>)>, Tuple<(Of <(<'Int32, Int32, Int32>)>)>, Boolean)
Initializes a new instance of the AvgPool3D class.
Namespace:
SiaNet.Model.LayersAssembly: SiaNet (in SiaNet.dll)
Syntax
Parameters
- poolSize
- Type: Tuple<(Of <(<'Int32, Int32, Int32>)>)>
Tuple of 3 integers, factors by which to downscale (dim1, dim2, dim3). (2, 2, 2) will halve the size of the 3D input in each dimension.
- padding
- Type: Boolean
Boolean, if true results in padding the input such that the output has the same length as the original input.