BatchNorm..::..Spatial Property

Boolean, if yes the input data is spatial (2D). If not, then sets to 1D

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

Syntax


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

Field Value

true if spatial; otherwise, false.