MaxPool1D Properties
The MaxPool1D type exposes the following members.
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.
|