AvgPool2D..::..Strides Property

Integer, tuple of 2 integers, or None. Strides values. If None, it will default to pool_size.

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

Syntax


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

Field Value

The strides.