TensorUInt32Bit.Shape 属性

定义

返回每个维度的计数和大小。

public:
 property IVectorView<long long> ^ Shape { IVectorView<long long> ^ get(); };
IVectorView<long> Shape();
public IReadOnlyList<long> Shape { get; }
var iVectorView = tensorUInt32Bit.shape;
Public ReadOnly Property Shape As IReadOnlyList(Of Long)

属性值

IVectorView<Int64>

IReadOnlyList<Int64>

Windows.Foundation.Collections.IVectorView

IVectorView<long>

每个维度的计数和大小。

实现

注解

Windows Server

若要在 Windows Server 上使用此 API,必须使用具有桌面体验的 Windows Server 2019。

线程安全

此 API 是线程安全的。

适用于