MaxPool1D..::..Strides Property

Factor by which to downscale. E.g. 2 will halve the input. If None, it will default to pool_size.

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

Syntax


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

Field Value

The strides.