AvgPool2D Members
The AvgPool2D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AvgPool2D()()()() |
Initializes a new instance of the AvgPool2D class.
|
![]() |
AvgPool2D(Tuple<(Of <<'(Int32, Int32>)>>), Tuple<(Of <<'(Int32, Int32>)>>), Boolean) |
Initializes a new instance of the AvgPool2D class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Name |
Gets or sets the name of the network layer
(Inherited from LayerConfig.) |
![]() |
Padding |
Boolean, if true results in padding the input such that the output has the same length as the original input.
|
![]() |
Params |
Gets or sets the parameters.
(Inherited from LayerConfig.) |
![]() |
PoolSize |
integer or tuple of 2 integers, factors by which to downscale (vertical, horizontal). (2, 2) will halve the input in both spatial dimension. If only one integer is specified, the same window length will be used for both dimensions.
|
![]() |
Strides |
Integer, tuple of 2 integers, or None. Strides values. If None, it will default to pool_size.
|