SkillFeatureTensorDescriptor.Shape Property

Definition

The dimensions required for this tensor feature as an IReadOnlyList.

public:
 property Windows::Foundation::Collections::IVectorView<long> ^ Shape { Windows::Foundation::Collections::IVectorView<long> ^ get(); };
public Windows.Foundation.Collections.IVectorView<long> Shape { get; }
member this.Shape : Windows.Foundation.Collections.IVectorView<int64>
Public ReadOnly Property Shape As IVectorView(Of Long)

Property Value

Windows.Foundation.Collections.IVectorView<Int64>

The dimensions required for this tensor feature as an IReadOnlyList.

Implements

Applies to