TensorUInt64Bit.Shape プロパティ

定義

各ディメンションの数とサイズを返します。

public:
 property IVectorView<long long> ^ Shape { IVectorView<long long> ^ get(); };
IVectorView<long> Shape();
public IReadOnlyList<long> Shape { get; }
var iVectorView = tensorUInt64Bit.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 はスレッド セーフです。

適用対象