Conv1D..::..Padding Property

Boolean, if true results in padding the input such that the output has the same length as the original input

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

Syntax


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

Field Value

true if padding; otherwise, false.