MaxPool3D..::..PoolSize Property

Tuple of 3 integers, factors by which to downscale (dim1, dim2, dim3). (2, 2, 2) will halve the size of the 3D input in each dimension.

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

Syntax


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

Field Value

The size of the pool.