Dense..::..UseBias Property

Boolean, whether the layer uses a bias vector.

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

Syntax


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

Field Value

true if [use bias]; otherwise, false.