SkillFeatureTensorFloatValue.Shape Property

Definition

Retrieves the shape of the tensor.

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 shape of the tensor.

Implements

Applies to