MaxPool2D..::..PoolSize Property

integer or tuple of 2 integers, factors by which to downscale (vertical, horizontal). (2, 2) will halve the input in both spatial dimension. If only one integer is specified, the same window length will be used for both dimensions.

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

Syntax


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

Field Value

The size of the pool.