AvgPool1D..::..PoolSize Property

Integer, size of the max pooling windows.

Namespace:  SiaNet.Model.Layers
Assembly:  SiaNet (in SiaNet.dll)

Syntax


[JsonIgnoreAttribute]
public int PoolSize { get; set; }
<JsonIgnoreAttribute> _
Public Property PoolSize As Integer
	Get
	Set
[JsonIgnoreAttribute]
public:
property int^ PoolSize {
	int^ get ();
	void set (int^ value);
}

Field Value

The size of the pool.