MaxPool1D Members
The MaxPool1D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MaxPool1D()()()() |
Initializes a new instance of the MaxPool1D class.
|
![]() |
MaxPool1D(Int32, Int32, Boolean) |
Initializes a new instance of the MaxPool1D 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, size of the max pooling windows.
|
![]() |
Strides |
Factor by which to downscale. E.g. 2 will halve the input. If None, it will default to pool_size.
|