Conv2D..::..Shape Property

The 2D input shape

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

Syntax


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

Field Value

The shape.