Conv3D..::..Strides Property

A tuple of 3 integers, specifying the strides of the convolution along each spatial dimension. Can be a single integer to specify the same value for all spatial dimensions. Specifying any stride value != 1 is incompatible with specifying any dilation_rate value != 1.

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

Syntax


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

Field Value

The strides.