AvgPool1D Members

The AvgPool1D type exposes the following members.

Constructors


  Name Description
Public method AvgPool1D()()()()
Initializes a new instance of the AvgPool1D class.
Public method AvgPool1D(Int32, Int32, Boolean)
Initializes a new instance of the AvgPool1D class.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.