Conv1D..::..Strides Property

An integer specifying the stride length of the convolution.

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.