Conv2D..::..KernalSize Property

A tuple of 2 integers, specifying the width and height of the 2D convolution window. Can be a single integer to specify the same value for all spatial dimensions.

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

Syntax


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

Field Value

The size of the kernal.