AvgPool3D Properties

The AvgPool3D type exposes the following members.

Properties


  Name Description
Public property Name
Gets or sets the name of the network layer
(Inherited from LayerConfig.)
Public property Padding
Boolean, if true results in padding the input such that the output has the same length as the original input.
Public property Params
Gets or sets the parameters.
(Inherited from LayerConfig.)
Public property PoolSize
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.
Public property Strides
Tuple of 3 integers, or None. Strides values.