BatchNorm..::..Shape Property

The input shape for batch norm layer

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

Syntax


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

Field Value

The shape.