AvgPool3D Members
The AvgPool3D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AvgPool3D()()()() |
Initializes a new instance of the AvgPool3D class.
|
![]() |
AvgPool3D(Tuple<(Of <<'(Int32, Int32, Int32>)>>), Tuple<(Of <<'(Int32, Int32, Int32>)>>), Boolean) |
Initializes a new instance of the AvgPool3D 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 |
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.
|
![]() |
Strides |
Tuple of 3 integers, or None. Strides values.
|