MaxPool1D Properties

The MaxPool1D 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
Integer, size of the max pooling windows.
Public property Strides
Factor by which to downscale. E.g. 2 will halve the input. If None, it will default to pool_size.